aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-08-15 14:36:40 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-09-27 08:37:35 -0400
commit73b76c78fdf3a25faecbffb52c925950d46152b6 (patch)
treeb42c56810a50fc3e3321300078fa3c1c0692506e
parentc487d2a5a03163a1e0bd35ea72f7e5a6bd8b0d56 (diff)
[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>
-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
1526 select CPU_MIPSR2_SRS 1526 select CPU_MIPSR2_SRS
1527 select MIPS_MT 1527 select MIPS_MT
1528 select SMP 1528 select SMP
1529 select SYS_SUPPORTS_SMP
1529 help 1530 help
1530 This is a kernel model which is known a SMTC or lately has been 1531 This is a kernel model which is known a SMTC or lately has been
1531 marketesed into SMVP. 1532 marketesed into SMVP.
@@ -1537,6 +1538,7 @@ config MIPS_MT_SMP
1537 select CPU_MIPSR2_SRS 1538 select CPU_MIPSR2_SRS
1538 select MIPS_MT 1539 select MIPS_MT
1539 select SMP 1540 select SMP
1541 select SYS_SUPPORTS_SMP
1540 help 1542 help
1541 This is a kernel model which is also known a VSMP or lately 1543 This is a kernel model which is also known a VSMP or lately
1542 has been marketesed into SMVP. 1544 has been marketesed into SMVP.