xref: /linux/drivers/thermal/Kconfig (revision df43176c934f2bc01f7615a6e20a4b8e77dcdd11)
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.
1516d75239SRene Herman
1616d75239SRene Hermanconfig THERMAL_HWMON
1716d75239SRene Herman	bool "Hardware monitoring support"
18*df43176cSJan Beulich	depends on THERMAL
1916d75239SRene Herman	depends on HWMON=y || HWMON=THERMAL
2016d75239SRene Herman	help
2116d75239SRene Herman	  The generic thermal sysfs driver's hardware monitoring support
2216d75239SRene Herman	  requires a 2.10.7/3.0.2 or later lm-sensors userspace.
2316d75239SRene Herman
2416d75239SRene Herman	  Say Y if your user-space is new enough.
25