diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 16ecea3c0813..b684385c4e65 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1557,6 +1557,7 @@ config MIPS_MT_SMP | |||
1557 | bool "Use 1 TC on each available VPE for SMP" | 1557 | bool "Use 1 TC on each available VPE for SMP" |
1558 | depends on SYS_SUPPORTS_MULTITHREADING | 1558 | depends on SYS_SUPPORTS_MULTITHREADING |
1559 | select CPU_MIPSR2_IRQ_VI | 1559 | select CPU_MIPSR2_IRQ_VI |
1560 | select CPU_MIPSR2_IRQ_EI | ||
1560 | select CPU_MIPSR2_SRS | 1561 | select CPU_MIPSR2_SRS |
1561 | select MIPS_MT | 1562 | select MIPS_MT |
1562 | select NR_CPUS_DEFAULT_2 | 1563 | select NR_CPUS_DEFAULT_2 |
@@ -1572,6 +1573,7 @@ config MIPS_MT_SMTC | |||
1572 | #depends on CPU_MIPS64_R2 # once there is hardware ... | 1573 | #depends on CPU_MIPS64_R2 # once there is hardware ... |
1573 | depends on SYS_SUPPORTS_MULTITHREADING | 1574 | depends on SYS_SUPPORTS_MULTITHREADING |
1574 | select CPU_MIPSR2_IRQ_VI | 1575 | select CPU_MIPSR2_IRQ_VI |
1576 | select CPU_MIPSR2_IRQ_EI | ||
1575 | select CPU_MIPSR2_SRS | 1577 | select CPU_MIPSR2_SRS |
1576 | select MIPS_MT | 1578 | select MIPS_MT |
1577 | select NR_CPUS_DEFAULT_8 | 1579 | select NR_CPUS_DEFAULT_8 |
@@ -1584,6 +1586,8 @@ config MIPS_MT_SMTC | |||
1584 | config MIPS_VPE_LOADER | 1586 | config MIPS_VPE_LOADER |
1585 | bool "VPE loader support." | 1587 | bool "VPE loader support." |
1586 | depends on SYS_SUPPORTS_MULTITHREADING | 1588 | depends on SYS_SUPPORTS_MULTITHREADING |
1589 | select CPU_MIPSR2_IRQ_VI | ||
1590 | select CPU_MIPSR2_IRQ_EI | ||
1587 | select MIPS_MT | 1591 | select MIPS_MT |
1588 | help | 1592 | help |
1589 | Includes a loader for loading an elf relocatable object | 1593 | Includes a loader for loading an elf relocatable object |