aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2aef8a5a3661..5cff165b7eb0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1277,7 +1277,7 @@ config SMP
1277config SMP_ON_UP 1277config SMP_ON_UP
1278 bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)" 1278 bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1279 depends on EXPERIMENTAL 1279 depends on EXPERIMENTAL
1280 depends on SMP && !XIP 1280 depends on SMP && !XIP_KERNEL
1281 default y 1281 default y
1282 help 1282 help
1283 SMP kernels contain instructions which fail on non-SMP processors. 1283 SMP kernels contain instructions which fail on non-SMP processors.