提交 14a0abfc 编写于 作者: V Vineet Gupta

ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D

Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 d770e558
...@@ -115,6 +115,7 @@ if ISA_ARCOMPACT ...@@ -115,6 +115,7 @@ if ISA_ARCOMPACT
config ARC_CPU_750D config ARC_CPU_750D
bool "ARC750D" bool "ARC750D"
select ARC_CANT_LLSC
help help
Support for ARC750 core Support for ARC750 core
...@@ -362,7 +363,7 @@ config ARC_CANT_LLSC ...@@ -362,7 +363,7 @@ config ARC_CANT_LLSC
config ARC_HAS_LLSC config ARC_HAS_LLSC
bool "Insn: LLOCK/SCOND (efficient atomic ops)" bool "Insn: LLOCK/SCOND (efficient atomic ops)"
default y default y
depends on !ARC_CPU_750D && !ARC_CANT_LLSC depends on !ARC_CANT_LLSC
config ARC_HAS_SWAPE config ARC_HAS_SWAPE
bool "Insn: SWAPE (endian-swap)" bool "Insn: SWAPE (endian-swap)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册