diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-15 18:36:40 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 12:37:35 (GMT) |
commit | 73b76c78fdf3a25faecbffb52c925950d46152b6 (patch) | |
tree | b42c56810a50fc3e3321300078fa3c1c0692506e /arch/mips | |
parent | c487d2a5a03163a1e0bd35ea72f7e5a6bd8b0d56 (diff) | |
download | linux-73b76c78fdf3a25faecbffb52c925950d46152b6.tar.xz |
[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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4bb8133..991b329 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. |