xref: /linux/drivers/thermal/Kconfig (revision 16d752397301b95abaa95cbaf9e785d221872311)
1203d3d4aSZhang Rui#
2203d3d4aSZhang Rui# Generic thermal sysfs drivers configuration
3203d3d4aSZhang Rui#
4203d3d4aSZhang Rui
5203d3d4aSZhang Ruimenuconfig THERMAL
663c4ec90SZhang Rui	tristate "Generic Thermal sysfs driver"
7203d3d4aSZhang Rui	help
8203d3d4aSZhang Rui	  Generic Thermal Sysfs driver offers a generic mechanism for
9203d3d4aSZhang Rui	  thermal management. Usually it's made up of one or more thermal
10203d3d4aSZhang Rui	  zone and cooling device.
11543a9561SLen Brown	  Each thermal zone contains its own temperature, trip points,
12203d3d4aSZhang Rui	  cooling devices.
13203d3d4aSZhang Rui	  All platforms with ACPI thermal support can use this driver.
1463c4ec90SZhang Rui	  If you want this support, you should say Y or M here.
15*16d75239SRene Herman
16*16d75239SRene Hermanconfig THERMAL_HWMON
17*16d75239SRene Herman	bool "Hardware monitoring support"
18*16d75239SRene Herman	depends on HWMON=y || HWMON=THERMAL
19*16d75239SRene Herman	help
20*16d75239SRene Herman	  The generic thermal sysfs driver's hardware monitoring support
21*16d75239SRene Herman	  requires a 2.10.7/3.0.2 or later lm-sensors userspace.
22*16d75239SRene Herman
23*16d75239SRene Herman	  Say Y if your user-space is new enough.
24