2008-01-17 02:51:08 -05:00
|
|
|
#
|
|
|
|
# Generic thermal sysfs drivers configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig THERMAL
|
|
|
|
bool "Generic Thermal sysfs driver"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Generic Thermal Sysfs driver offers a generic mechanism for
|
|
|
|
thermal management. Usually it's made up of one or more thermal
|
|
|
|
zone and cooling device.
|
2008-02-07 16:55:08 -05:00
|
|
|
Each thermal zone contains its own temperature, trip points,
|
2008-01-17 02:51:08 -05:00
|
|
|
cooling devices.
|
|
|
|
All platforms with ACPI thermal support can use this driver.
|
2008-02-07 16:55:08 -05:00
|
|
|
If you want this support, you should say Y here.
|