# List of CPUs for managing separated by spaces.
# If not set then all CPUs will be managed.
#CPU=

# Scalling governor used when AC is on.
GOVERNOR_AC_ON=ondemand

# Scalling governor used when AC is off.
GOVERNOR_AC_OFF=ondemand

# Cpufreq module. If not set then will be detected
# automatically by detect-cpufreq-module script.
#MODULE=

# List of additional cpufreq modules separated by spaces.
EXTRA_MODULES="cpufreq_stats"
