aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c2b4cd511419..51e4e5b02f9d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1334,6 +1334,8 @@ config SYS_HAS_CPU_LOONGSON2E
1334 1334
1335config SYS_HAS_CPU_LOONGSON2F 1335config SYS_HAS_CPU_LOONGSON2F
1336 bool 1336 bool
1337 select CPU_SUPPORTS_CPUFREQ
1338 select CPU_SUPPORTS_ADDRWINCFG if 64BIT
1337 1339
1338config SYS_HAS_CPU_MIPS32_R1 1340config SYS_HAS_CPU_MIPS32_R1
1339 bool 1341 bool
@@ -1443,6 +1445,10 @@ config CPU_SUPPORTS_32BIT_KERNEL
1443 bool 1445 bool
1444config CPU_SUPPORTS_64BIT_KERNEL 1446config CPU_SUPPORTS_64BIT_KERNEL
1445 bool 1447 bool
1448config CPU_SUPPORTS_CPUFREQ
1449 bool
1450config CPU_SUPPORTS_ADDRWINCFG
1451 bool
1446config CPU_SUPPORTS_HUGEPAGES 1452config CPU_SUPPORTS_HUGEPAGES
1447 bool 1453 bool
1448config MIPS_PGD_C0_CONTEXT 1454config MIPS_PGD_C0_CONTEXT