blob: 2e7b122a4c759aa551f736ce8fd27e6dd7791282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# set cpufreq governor if defined
# possible choices are: ondemand powersave userspace performance
GOVERNOR=ondemand
# minimum frequency
#MIN_FREQ=
# maximum frequency
#MAX_FREQ=
# Uncomment to use acpi-cpufreq as fallback
#USE_ACPI_CPUFREQ=yes
|