diff options
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 17 |
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 | |||
186 | config ARC_HAS_COH_CACHES | 186 | config ARC_HAS_COH_CACHES |
187 | def_bool n | 187 | def_bool n |
188 | 188 | ||
189 | config 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 | |||
197 | config NR_CPUS | 189 | config 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 | ||
212 | endif #SMP | 204 | endif #SMP |
213 | 205 | ||
206 | config 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 | |||
214 | menuconfig ARC_CACHE | 215 | menuconfig ARC_CACHE |
215 | bool "Enable Cache Support" | 216 | bool "Enable Cache Support" |
216 | default y | 217 | default y |