diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 5261db8c6255..58f5a141faa9 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -189,8 +189,7 @@ config MAGIC_SYSRQ | |||
189 | config SMP | 189 | config SMP |
190 | bool "Symmetric multi-processing support (EXPERIMENTAL)" | 190 | bool "Symmetric multi-processing support (EXPERIMENTAL)" |
191 | default n | 191 | default n |
192 | #SMP_BROKEN is for x86_64. | 192 | depends on BROKEN |
193 | depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN)) | ||
194 | help | 193 | help |
195 | This option enables UML SMP support. | 194 | This option enables UML SMP support. |
196 | It is NOT related to having a real SMP box. Not directly, at least. | 195 | It is NOT related to having a real SMP box. Not directly, at least. |