MIPS: Add basic CPUFreq options.
[cascardo/linux.git] / arch / mips / kernel / cpufreq / Kconfig
1 #
2 # CPU Frequency scaling
3 #
4
5 config MIPS_EXTERNAL_TIMER
6         bool
7
8 config MIPS_CPUFREQ
9         bool
10         default y
11         depends on CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
12
13 if MIPS_CPUFREQ
14
15 menu "CPU Frequency scaling"
16
17 source "drivers/cpufreq/Kconfig"
18
19 if CPU_FREQ
20
21 comment "CPUFreq processor drivers"
22
23 endif   # CPU_FREQ
24
25 endmenu
26
27 endif   # MIPS_CPUFREQ