aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-08-15 19:36:40 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-09-27 13:37:35 +0100
commit73b76c78fdf3a25faecbffb52c925950d46152b6 (patch)
treeb42c56810a50fc3e3321300078fa3c1c0692506e /arch/mips
parent[MIPS] eXcite: Don't set SERIAL_RM9000. (diff)
downloadlinux-dev-73b76c78fdf3a25faecbffb52c925950d46152b6.tar.xz
linux-dev-73b76c78fdf3a25faecbffb52c925950d46152b6.zip
[MIPS] MT: When doing "select SMP" also select SMP's prerequesites or ...
... kconfig will do weird stuff. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 4bb813389e9e..991b329224e7 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1526,6 +1526,7 @@ config MIPS_MT_SMTC
select CPU_MIPSR2_SRS
select MIPS_MT
select SMP
+ select SYS_SUPPORTS_SMP
help
This is a kernel model which is known a SMTC or lately has been
marketesed into SMVP.
@@ -1537,6 +1538,7 @@ config MIPS_MT_SMP
select CPU_MIPSR2_SRS
select MIPS_MT
select SMP
+ select SYS_SUPPORTS_SMP
help
This is a kernel model which is also known a VSMP or lately
has been marketesed into SMVP.