diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e2f801167593..629ff8261fc1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1281,7 +1281,7 @@ config SMP | |||
1281 | config SMP_ON_UP | 1281 | config SMP_ON_UP |
1282 | bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)" | 1282 | bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)" |
1283 | depends on EXPERIMENTAL | 1283 | depends on EXPERIMENTAL |
1284 | depends on SMP && !XIP | 1284 | depends on SMP && !XIP_KERNEL |
1285 | default y | 1285 | default y |
1286 | help | 1286 | help |
1287 | SMP kernels contain instructions which fail on non-SMP processors. | 1287 | SMP kernels contain instructions which fail on non-SMP processors. |