aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/um/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 3b5f47c46907..018f076101f3 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -7,7 +7,6 @@ config UML
7 bool 7 bool
8 default y 8 default y
9 9
10# XXX: does UM have a mmu/swap?
11config MMU 10config MMU
12 bool 11 bool
13 default y 12 default y
@@ -209,7 +208,8 @@ config MAGIC_SYSRQ
209config SMP 208config SMP
210 bool "Symmetric multi-processing support (EXPERIMENTAL)" 209 bool "Symmetric multi-processing support (EXPERIMENTAL)"
211 default n 210 default n
212 depends on (MODE_TT && EXPERIMENTAL && !SMP_BROKEN) || (BROKEN && SMP_BROKEN) 211 #SMP_BROKEN is for x86_64.
212 depends on MODE_TT && EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN))
213 help 213 help
214 This option enables UML SMP support. 214 This option enables UML SMP support.
215 It is NOT related to having a real SMP box. Not directly, at least. 215 It is NOT related to having a real SMP box. Not directly, at least.