aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5af30d385aca..8746e1b1621b 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1344,6 +1344,14 @@ config CPU_HAS_PREFETCH
1344config MIPS_MT 1344config MIPS_MT
1345 bool "Enable MIPS MT" 1345 bool "Enable MIPS MT"
1346 1346
1347choice
1348 prompt "MIPS MT options"
1349 depends on MIPS_MT
1350
1351config MIPS_MT_SMP
1352 bool "Use 1 TC on each available VPE for SMP"
1353 select SMP
1354
1347config MIPS_VPE_LOADER 1355config MIPS_VPE_LOADER
1348 bool "VPE loader support." 1356 bool "VPE loader support."
1349 depends on MIPS_MT 1357 depends on MIPS_MT
@@ -1351,6 +1359,8 @@ config MIPS_VPE_LOADER
1351 Includes a loader for loading an elf relocatable object 1359 Includes a loader for loading an elf relocatable object
1352 onto another VPE and running it. 1360 onto another VPE and running it.
1353 1361
1362endchoice
1363
1354config MIPS_VPE_LOADER_TOM 1364config MIPS_VPE_LOADER_TOM
1355 bool "Load VPE program into memory hidden from linux" 1365 bool "Load VPE program into memory hidden from linux"
1356 depends on MIPS_VPE_LOADER 1366 depends on MIPS_VPE_LOADER
@@ -1496,7 +1506,7 @@ source "mm/Kconfig"
1496 1506
1497config SMP 1507config SMP
1498 bool "Multi-Processing support" 1508 bool "Multi-Processing support"
1499 depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27 1509 depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP
1500 ---help--- 1510 ---help---
1501 This enables support for systems with more than one CPU. If you have 1511 This enables support for systems with more than one CPU. If you have
1502 a system with only one CPU, like most personal computers, say N. If 1512 a system with only one CPU, like most personal computers, say N. If