diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-15 20:36:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 14:37:35 +0200 |
commit | 73b76c78fdf3a25faecbffb52c925950d46152b6 (patch) | |
tree | b42c56810a50fc3e3321300078fa3c1c0692506e /arch/mips/Kconfig | |
parent | [MIPS] eXcite: Don't set SERIAL_RM9000. (diff) | |
download | linux-73b76c78fdf3a25faecbffb52c925950d46152b6.tar.xz linux-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 '')
-rw-r--r-- | arch/mips/Kconfig | 2 |
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. |