Kconfig 480 Bytes
Newer Older
Zhang Rui's avatar
Zhang Rui committed
1 2 3 4 5
#
# Generic thermal sysfs drivers configuration
#

menuconfig THERMAL
6
	tristate "Generic Thermal sysfs driver"
Zhang Rui's avatar
Zhang Rui committed
7 8 9 10
	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.
11
	  Each thermal zone contains its own temperature, trip points,
Zhang Rui's avatar
Zhang Rui committed
12 13
	  cooling devices.
	  All platforms with ACPI thermal support can use this driver.
14
	  If you want this support, you should say Y or M here.