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 db524e75c4a2..290a4b57617f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1229,7 +1229,7 @@ config SMP
1229config SMP_ON_UP 1229config SMP_ON_UP
1230 bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)" 1230 bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1231 depends on EXPERIMENTAL 1231 depends on EXPERIMENTAL
1232 depends on SMP && !XIP && !THUMB2_KERNEL 1232 depends on SMP && !XIP
1233 default y 1233 default y
1234 help 1234 help
1235 SMP kernels contain instructions which fail on non-SMP processors. 1235 SMP kernels contain instructions which fail on non-SMP processors.