# 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 or amd-pstate-epp CPUFreq driver and 'ondemand' governor
# otherwise.
#GOVERNOR_AC_ON=

# Scalling governor used when AC is off.
# If not set then will be used 'powersave' governor in case
# of intel_pstate or amd-pstate-epp CPUFreq driver and 'ondemand' governor
# otherwise.
#GOVERNOR_AC_OFF=

# The energy performance policy preference on supported Intel or AMD processors
# which use the Intel or AMD P-State cpufreq driver when AC is on.
# If not set then will be used 'balance_performance'.
#EPP_AC_ON=balance_performance

# The energy performance policy preference on supported Intel or AMD processors
# which use the Intel or AMD P-State cpufreq driver when AC is off.
# If not set then will be used 'balance_power'.
#EPP_AC_OFF=balance_power

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