|
@@ -196,7 +196,7 @@ config HOST_2G_2G
|
|
config SMP
|
|
config SMP
|
|
bool "Symmetric multi-processing support (EXPERIMENTAL)"
|
|
bool "Symmetric multi-processing support (EXPERIMENTAL)"
|
|
default n
|
|
default n
|
|
- depends on MODE_TT && EXPERIMENTAL
|
|
|
|
|
|
+ depends on (MODE_TT && EXPERIMENTAL && !SMP_BROKEN) || (BROKEN && SMP_BROKEN)
|
|
help
|
|
help
|
|
This option enables UML SMP support.
|
|
This option enables UML SMP support.
|
|
It is NOT related to having a real SMP box. Not directly, at least.
|
|
It is NOT related to having a real SMP box. Not directly, at least.
|