https://github.com/torvalds/linux
Raw File
Tip revision: 05dda977f2574c3341abef9b74c27d2b362e1e3a authored by Linus Torvalds on 26 March 2008, 01:38:14 UTC
Linux 2.6.25-rc7
Tip revision: 05dda97
Kconfig
#
# Generic thermal sysfs drivers configuration
#

menuconfig THERMAL
	bool "Generic Thermal sysfs driver"
	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.
	  Each thermal zone contains its own temperature, trip points,
	  cooling devices.
	  All platforms with ACPI thermal support can use this driver.
	  If you want this support, you should say Y here.
back to top