aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0c57c4b43fd1..376befad6856 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2030,7 +2030,9 @@ config MIPS_CMP
2030 bool "MIPS CMP framework support (DEPRECATED)" 2030 bool "MIPS CMP framework support (DEPRECATED)"
2031 depends on SYS_SUPPORTS_MIPS_CMP 2031 depends on SYS_SUPPORTS_MIPS_CMP
2032 select MIPS_GIC_IPI 2032 select MIPS_GIC_IPI
2033 select SMP
2033 select SYNC_R4K 2034 select SYNC_R4K
2035 select SYS_SUPPORTS_SMP
2034 select WEAK_ORDERING 2036 select WEAK_ORDERING
2035 default n 2037 default n
2036 help 2038 help