aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-10-06 12:36:20 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-10-07 21:38:27 -0400
commit59d6ab86a6b1097d5e5eae5d820f8e2661009324 (patch)
tree498967318ff5a96fd279ce670b49ec59c951a112 /arch/mips/Kconfig
parentba00003aa83a61b615542dd66f5af8fb4a7cee1d (diff)
[MIPS] Update Malta config.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8a49884bd5ec..731b942a824b 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1465,10 +1465,8 @@ config MIPS_MT_DISABLED
1465 the option of an MT-enabled processor this option will be the only 1465 the option of an MT-enabled processor this option will be the only
1466 option in this menu. 1466 option in this menu.
1467 1467
1468config MIPS_MT_SMTC 1468config MIPS_MT_SMP
1469 bool "SMTC: Use all TCs on all VPEs for SMP" 1469 bool "Use 1 TC on each available VPE for SMP"
1470 depends on CPU_MIPS32_R2
1471 #depends on CPU_MIPS64_R2 # once there is hardware ...
1472 depends on SYS_SUPPORTS_MULTITHREADING 1470 depends on SYS_SUPPORTS_MULTITHREADING
1473 select CPU_MIPSR2_IRQ_VI 1471 select CPU_MIPSR2_IRQ_VI
1474 select CPU_MIPSR2_SRS 1472 select CPU_MIPSR2_SRS
@@ -1476,11 +1474,13 @@ config MIPS_MT_SMTC
1476 select SMP 1474 select SMP
1477 select SYS_SUPPORTS_SMP 1475 select SYS_SUPPORTS_SMP
1478 help 1476 help
1479 This is a kernel model which is known a SMTC or lately has been 1477 This is a kernel model which is also known a VSMP or lately
1480 marketesed into SMVP. 1478 has been marketesed into SMVP.
1481 1479
1482config MIPS_MT_SMP 1480config MIPS_MT_SMTC
1483 bool "Use 1 TC on each available VPE for SMP" 1481 bool "SMTC: Use all TCs on all VPEs for SMP"
1482 depends on CPU_MIPS32_R2
1483 #depends on CPU_MIPS64_R2 # once there is hardware ...
1484 depends on SYS_SUPPORTS_MULTITHREADING 1484 depends on SYS_SUPPORTS_MULTITHREADING
1485 select CPU_MIPSR2_IRQ_VI 1485 select CPU_MIPSR2_IRQ_VI
1486 select CPU_MIPSR2_SRS 1486 select CPU_MIPSR2_SRS
@@ -1488,8 +1488,8 @@ config MIPS_MT_SMP
1488 select SMP 1488 select SMP
1489 select SYS_SUPPORTS_SMP 1489 select SYS_SUPPORTS_SMP
1490 help 1490 help
1491 This is a kernel model which is also known a VSMP or lately 1491 This is a kernel model which is known a SMTC or lately has been
1492 has been marketesed into SMVP. 1492 marketesed into SMVP.
1493 1493
1494config MIPS_VPE_LOADER 1494config MIPS_VPE_LOADER
1495 bool "VPE loader support." 1495 bool "VPE loader support."