aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig17
1 files changed, 9 insertions, 8 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index ecd12379e2cd..6f67895cd9c4 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -186,14 +186,6 @@ if SMP
186config ARC_HAS_COH_CACHES 186config ARC_HAS_COH_CACHES
187 def_bool n 187 def_bool n
188 188
189config ARC_MCIP
190 bool "ARConnect Multicore IP (MCIP) Support "
191 depends on ISA_ARCV2
192 help
193 This IP block enables SMP in ARC-HS38 cores.
194 It provides for cross-core interrupts, multi-core debug
195 hardware semaphores, shared memory,....
196
197config NR_CPUS 189config NR_CPUS
198 int "Maximum number of CPUs (2-4096)" 190 int "Maximum number of CPUs (2-4096)"
199 range 2 4096 191 range 2 4096
@@ -211,6 +203,15 @@ config ARC_SMP_HALT_ON_RESET
211 203
212endif #SMP 204endif #SMP
213 205
206config ARC_MCIP
207 bool "ARConnect Multicore IP (MCIP) Support "
208 depends on ISA_ARCV2
209 default y if SMP
210 help
211 This IP block enables SMP in ARC-HS38 cores.
212 It provides for cross-core interrupts, multi-core debug
213 hardware semaphores, shared memory,....
214
214menuconfig ARC_CACHE 215menuconfig ARC_CACHE
215 bool "Enable Cache Support" 216 bool "Enable Cache Support"
216 default y 217 default y