# 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.
# If not set then will be used 'powersave' governor in case
# of intel_pstate CPUFreq driver and 'ondemand' governor
# otherwise.
# Default value can be changed using DEFAULT_GOVERNOR_AC_ON and/or
# DEFAULT_INTEL_PSTATE_GOVERNOR_AC_ON variables.
#GOVERNOR_AC_ON=ondemand

# Scalling governor used when AC is off.
# If not set then will be used 'powersave' governor in case
# of intel_pstate CPUFreq driver and 'ondemand' governor
# otherwise.
# Default value can be changed using DEFAULT_GOVERNOR_AC_OFF and/or
# DEFAULT_INTEL_PSTATE_GOVERNOR_AC_OFF variables.
#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"

# LiveCD or VM which shouldn't "fail" with no real reason
#GRACEFUL_DETECT=
