aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index e8424e73bf47..5f29018a6533 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1559,6 +1559,7 @@ config MIPS_MT_SMP
1559 select CPU_MIPSR2_IRQ_VI 1559 select CPU_MIPSR2_IRQ_VI
1560 select CPU_MIPSR2_SRS 1560 select CPU_MIPSR2_SRS
1561 select MIPS_MT 1561 select MIPS_MT
1562 select NR_CPUS_DEFAULT_2
1562 select SMP 1563 select SMP
1563 select SYS_SUPPORTS_SMP 1564 select SYS_SUPPORTS_SMP
1564 help 1565 help
@@ -1573,7 +1574,6 @@ config MIPS_MT_SMTC
1573 select CPU_MIPSR2_IRQ_VI 1574 select CPU_MIPSR2_IRQ_VI
1574 select CPU_MIPSR2_SRS 1575 select CPU_MIPSR2_SRS
1575 select MIPS_MT 1576 select MIPS_MT
1576 select NR_CPUS_DEFAULT_2
1577 select NR_CPUS_DEFAULT_8 1577 select NR_CPUS_DEFAULT_8
1578 select SMP 1578 select SMP
1579 select SYS_SUPPORTS_SMP 1579 select SYS_SUPPORTS_SMP