xref: /linux/drivers/thermal/Kconfig (revision 203d3d4aa482339b4816f131f713e1b8ee37f6dd)
1*203d3d4aSZhang Rui#
2*203d3d4aSZhang Rui# Generic thermal sysfs drivers configuration
3*203d3d4aSZhang Rui#
4*203d3d4aSZhang Rui
5*203d3d4aSZhang Ruimenuconfig THERMAL
6*203d3d4aSZhang Rui	bool "Generic Thermal sysfs driver"
7*203d3d4aSZhang Rui	default y
8*203d3d4aSZhang Rui	help
9*203d3d4aSZhang Rui	  Generic Thermal Sysfs driver offers a generic mechanism for
10*203d3d4aSZhang Rui	  thermal management. Usually it's made up of one or more thermal
11*203d3d4aSZhang Rui	  zone and cooling device.
12*203d3d4aSZhang Rui	  each thermal zone contains its own temperature, trip points,
13*203d3d4aSZhang Rui	  cooling devices.
14*203d3d4aSZhang Rui	  All platforms with ACPI thermal support can use this driver.
15*203d3d4aSZhang Rui	  If you want this support, you should say Y here
16