# Generic thermal sysfs drivers configuration
tristate "Generic Thermal sysfs driver"
Generic Thermal Sysfs driver offers a generic mechanism for
thermal management. Usually it's made up of one or more thermal
Each thermal zone contains its own temperature, trip points,
All platforms with ACPI thermal support can use this driver.
If you want this support, you should say Y or M here.
config THERMAL_STATISTICS
bool "Thermal state transition statistics"
Export thermal state transition statistics information through sysfs.
config THERMAL_EMERGENCY_POWEROFF_DELAY_MS
int "Emergency poweroff delay in milli-seconds"
Thermal subsystem will issue a graceful shutdown when
critical temperatures are reached using orderly_poweroff(). In
case of failure of an orderly_poweroff(), the thermal emergency
poweroff kicks in after a delay has elapsed and shuts down the system.
This config is number of milliseconds to delay before emergency
poweroff kicks in. Similarly to the critical trip point,
the delay should be carefully profiled so as to give adequate
time for orderly_poweroff() to finish on regular execution.
If set to 0 emergency poweroff will not be supported.
prompt "Expose thermal sensors as hwmon device"
depends on HWMON=y || HWMON=THERMAL
In case a sensor is registered with the thermal
framework, this option will also register it
as a hwmon. The sensor will then have the common
Say 'Y' here if you want all thermal sensors to
have hwmon sysfs interface too.
prompt "APIs to parse thermal data out of device tree"
This options provides helpers to add the support to
read and parse thermal data definitions out of the