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.
30 lines
472 B
30 lines
472 B
20 years ago
|
|
||
|
#
|
||
|
# CPU Frequency scaling
|
||
|
#
|
||
|
|
||
|
menu "CPU Frequency scaling"
|
||
|
|
||
|
source "drivers/cpufreq/Kconfig"
|
||
|
|
||
|
if CPU_FREQ
|
||
|
|
||
|
comment "CPUFreq processor drivers"
|
||
|
|
||
|
config IA64_ACPI_CPUFREQ
|
||
|
tristate "ACPI Processor P-States driver"
|
||
|
select CPU_FREQ_TABLE
|
||
|
depends on ACPI_PROCESSOR
|
||
|
help
|
||
|
This driver adds a CPUFreq driver which utilizes the ACPI
|
||
|
Processor Performance States.
|
||
|
|
||
|
For details, take a look at <file:Documentation/cpu-freq/>.
|
||
|
|
||
|
If in doubt, say N.
|
||
|
|
||
|
endif # CPU_FREQ
|
||
|
|
||
|
endmenu
|
||
|
|