diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bafd7755380d..fdeffc81e17a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1429,7 +1429,7 @@ source "mm/Kconfig" | |||
1429 | 1429 | ||
1430 | config SMP | 1430 | config SMP |
1431 | bool "Multi-Processing support" | 1431 | bool "Multi-Processing support" |
1432 | depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP | 1432 | depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP |
1433 | ---help--- | 1433 | ---help--- |
1434 | This enables support for systems with more than one CPU. If you have | 1434 | This enables support for systems with more than one CPU. If you have |
1435 | a system with only one CPU, like most personal computers, say N. If | 1435 | a system with only one CPU, like most personal computers, say N. If |