aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cpufreq/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/cpufreq/Kconfig')
-rw-r--r--arch/mips/kernel/cpufreq/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpufreq/Kconfig b/arch/mips/kernel/cpufreq/Kconfig
index 37983a15dabe..58c601eee6fd 100644
--- a/arch/mips/kernel/cpufreq/Kconfig
+++ b/arch/mips/kernel/cpufreq/Kconfig
@@ -20,6 +20,20 @@ if CPU_FREQ
20 20
21comment "CPUFreq processor drivers" 21comment "CPUFreq processor drivers"
22 22
23config LOONGSON2_CPUFREQ
24 tristate "Loongson2 CPUFreq Driver"
25 select CPU_FREQ_TABLE
26 depends on MIPS_CPUFREQ
27 help
28 This option adds a CPUFreq driver for loongson processors which
29 support software configurable cpu frequency.
30
31 Loongson2F and it's successors support this feature.
32
33 For details, take a look at <file:Documentation/cpu-freq/>.
34
35 If in doubt, say N.
36
23endif # CPU_FREQ 37endif # CPU_FREQ
24 38
25endmenu 39endmenu