aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-02-15 10:17:19 -0500
committerRalf Baechle <ralf@linux-mips.org>2006-03-21 08:27:45 -0500
commitc1449c8fa40859eb269025a7db85b34115205f5b (patch)
treef92bf4d9544aec45b978ed8e3f638018054b3a5c /arch/mips/Kconfig
parent37caa934af02bc01d0e1366a49e1c89360fa0f29 (diff)
[MIPS] Symmetric Uniprocessor support for Qemu.
SMP bits needed to builds and run an SMP kernel. While only a single processor is supported ATM it's still useful for some SMP debugging using Qemu. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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