diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-06-26 07:12:53 (GMT) |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-07-06 04:42:39 (GMT) |
commit | 14a0abfc4ab0b49c7e48eca5c6b31288ea457dee (patch) | |
tree | 24449702231bfd8c5ef2aa94b32c6ea6ff02cd8d /arch/arc | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | linux-14a0abfc4ab0b49c7e48eca5c6b31288ea457dee.tar.xz |
ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index e7cee0a..91cf405 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -115,6 +115,7 @@ if ISA_ARCOMPACT config ARC_CPU_750D bool "ARC750D" + select ARC_CANT_LLSC help Support for ARC750 core @@ -362,7 +363,7 @@ config ARC_CANT_LLSC config ARC_HAS_LLSC bool "Insn: LLOCK/SCOND (efficient atomic ops)" default y - depends on !ARC_CPU_750D && !ARC_CANT_LLSC + depends on !ARC_CANT_LLSC config ARC_HAS_SWAPE bool "Insn: SWAPE (endian-swap)" |