diff options
Diffstat (limited to 'arch/mips/kernel/cpufreq/Kconfig')
-rw-r--r-- | arch/mips/kernel/cpufreq/Kconfig | 14 |
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 | ||
21 | comment "CPUFreq processor drivers" | 21 | comment "CPUFreq processor drivers" |
22 | 22 | ||
23 | config 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 | |||
23 | endif # CPU_FREQ | 37 | endif # CPU_FREQ |
24 | 38 | ||
25 | endmenu | 39 | endmenu |