xref: /linux/drivers/thermal/Kconfig (revision 543a956140e1f57331c0e528d2367106057aeca0)
1203d3d4aSZhang Rui#
2203d3d4aSZhang Rui# Generic thermal sysfs drivers configuration
3203d3d4aSZhang Rui#
4203d3d4aSZhang Rui
5203d3d4aSZhang Ruimenuconfig THERMAL
6203d3d4aSZhang Rui	bool "Generic Thermal sysfs driver"
7203d3d4aSZhang Rui	default y
8203d3d4aSZhang Rui	help
9203d3d4aSZhang Rui	  Generic Thermal Sysfs driver offers a generic mechanism for
10203d3d4aSZhang Rui	  thermal management. Usually it's made up of one or more thermal
11203d3d4aSZhang Rui	  zone and cooling device.
12*543a9561SLen Brown	  Each thermal zone contains its own temperature, trip points,
13203d3d4aSZhang Rui	  cooling devices.
14203d3d4aSZhang Rui	  All platforms with ACPI thermal support can use this driver.
15*543a9561SLen Brown	  If you want this support, you should say Y here.
16