#
# Configuration items for ktune defining
# the power states for AC and Battery
# modes.
#
# Configurable governors: conservative, powersave, ondemand, performance
#
# Recommended Defaults:
#
# CPUPOWER_AC="performance"
# CPUPOWER_BATTERY="ondemand"

CPUPOWER_AC="performance"
CPUPOWER_BATTERY="ondemand"

#
# The following parameters define specific areas that we tune
# that can be disabled if they are problematic.
#

# USB power management puts USB devices into a low power state
# when the computer is unplugged.  Set to "disabled" to turn
# this function off.
#
# Default: enabled
#

USB_PM="enabled"

# Device power management puts PCI and other non-USB attached
# devices into a low power state when unplugged. Set to
# "disabled" to turn this function off.
#
# Default: enabled
#

DEVICE_PM="enabled"

# WIFI power management puts your WIFI device into a low power
# state when unplugged.  Set to "disabled" to turn this function
# off.
#
# Default: enabled
#

WIFI_PM="enabled"

# EEE PC Power management support includes SHE and i945GMA
# overclock support.  This function will overclock an Eee PC's
# GPU and FSB when in performance mode, and underclock when
# unplugged.  Set to "disabled" to turn this function off.
#
# Default: enabled
#

EEE_PM="enabled"
