aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/cpufreq/Kconfig
blob: 37983a15dabe63eac75cb7906e6ff3967f697279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# CPU Frequency scaling
#

config MIPS_EXTERNAL_TIMER
	bool

config MIPS_CPUFREQ
	bool
	default y
	depends on CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER

if MIPS_CPUFREQ

menu "CPU Frequency scaling"

source "drivers/cpufreq/Kconfig"

if CPU_FREQ

comment "CPUFreq processor drivers"

endif	# CPU_FREQ

endmenu

endif	# MIPS_CPUFREQ