aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9d1e78f9c060..6356f7d52ce6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1582,7 +1582,7 @@ source "mm/Kconfig"
1582 1582
1583config SMP 1583config SMP
1584 bool "Multi-Processing support" 1584 bool "Multi-Processing support"
1585 depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP 1585 depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP
1586 ---help--- 1586 ---help---
1587 This enables support for systems with more than one CPU. If you have 1587 This enables support for systems with more than one CPU. If you have
1588 a system with only one CPU, like most personal computers, say N. If 1588 a system with only one CPU, like most personal computers, say N. If