diff options
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 41ba38513c89..8ed41cf2b08d 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -203,6 +203,7 @@ endmenu | |||
203 | config SMP | 203 | config SMP |
204 | bool "Symmetric multi-processing support" | 204 | bool "Symmetric multi-processing support" |
205 | default y | 205 | default y |
206 | select USE_GENERIC_SMP_HELPERS | ||
206 | depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 | 207 | depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 |
207 | ---help--- | 208 | ---help--- |
208 | This enables support for systems with more than one CPU. If you have | 209 | This enables support for systems with more than one CPU. If you have |
@@ -226,11 +227,6 @@ config NR_CPUS | |||
226 | depends on SMP | 227 | depends on SMP |
227 | default "2" | 228 | default "2" |
228 | 229 | ||
229 | config USE_GENERIC_SMP_HELPERS | ||
230 | bool | ||
231 | depends on SMP | ||
232 | default y | ||
233 | |||
234 | source "kernel/Kconfig.preempt" | 230 | source "kernel/Kconfig.preempt" |
235 | 231 | ||
236 | config MN10300_CURRENT_IN_E2 | 232 | config MN10300_CURRENT_IN_E2 |