## Path:		System/Powermanagement/Powersave/Thermal
## Type:		list(userspace,kernel,both,off)
## Default		"kernel"
#
# this can only be used on ACPI systems
# see /proc/acpi/thermal_zone/*/* whether thermal management is 
# supported on your machine (thermal module must be loaded)
# At least the temperature file must exist and return reasonable
# values. Also see README.thermal in /usr/share/doc/packages/powersave
#
# userspace: not supported yet
# kernel:    the values in /proc/acpi/thermal_zone/*/trip_points are 
#            overridden with the POWERSAVE_THERMAL_*_X values from the 
#            current active scheme see README.thermal
# off:       the kernel's default trip_point values are still active           
POWERSAVE_ENABLE_THERMAL_MANAGEMENT="kernel"
