MIPS: SB1250: Include correct header and fix a warning
[linux-2.6/linux-mips.git] / arch / mips / kernel / cpufreq / Kconfig
blob58c601eee6fd78f17a384281b58de359d22a2c76
2 # CPU Frequency scaling
5 config MIPS_EXTERNAL_TIMER
6         bool
8 config MIPS_CPUFREQ
9         bool
10         default y
11         depends on CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
13 if MIPS_CPUFREQ
15 menu "CPU Frequency scaling"
17 source "drivers/cpufreq/Kconfig"
19 if CPU_FREQ
21 comment "CPUFreq processor drivers"
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.
31           Loongson2F and it's successors support this feature.
33           For details, take a look at <file:Documentation/cpu-freq/>.
35           If in doubt, say N.
37 endif   # CPU_FREQ
39 endmenu
41 endif   # MIPS_CPUFREQ