You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
336 B
28 lines
336 B
![]()
15 years ago
|
#
|
||
|
# 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
|