diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6a939e64cbd7..f6cdc21b562c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1191,6 +1191,19 @@ config SMP | |||
1191 | 1191 | ||
1192 | If you don't know what to do here, say N. | 1192 | If you don't know what to do here, say N. |
1193 | 1193 | ||
1194 | config SMP_ON_UP | ||
1195 | bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)" | ||
1196 | depends on EXPERIMENTAL | ||
1197 | depends on SMP && !XIP && !THUMB2_KERNEL | ||
1198 | default y | ||
1199 | help | ||
1200 | SMP kernels contain instructions which fail on non-SMP processors. | ||
1201 | Enabling this option allows the kernel to modify itself to make | ||
1202 | these instructions safe. Disabling it allows about 1K of space | ||
1203 | savings. | ||
1204 | |||
1205 | If you don't know what to do here, say Y. | ||
1206 | |||
1194 | config HAVE_ARM_SCU | 1207 | config HAVE_ARM_SCU |
1195 | bool | 1208 | bool |
1196 | depends on SMP | 1209 | depends on SMP |