Blame view

drivers/thermal/Kconfig 576 Bytes
203d3d4aa   Zhang Rui   the generic therm...
1
2
3
4
5
  #
  # Generic thermal sysfs drivers configuration
  #
  
  menuconfig THERMAL
63c4ec905   Zhang Rui   thermal: add the ...
6
  	tristate "Generic Thermal sysfs driver"
203d3d4aa   Zhang Rui   the generic therm...
7
8
9
10
  	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.
543a95614   Len Brown   ACPI: thermal: sy...
11
  	  Each thermal zone contains its own temperature, trip points,
203d3d4aa   Zhang Rui   the generic therm...
12
13
  	  cooling devices.
  	  All platforms with ACPI thermal support can use this driver.
63c4ec905   Zhang Rui   thermal: add the ...
14
  	  If you want this support, you should say Y or M here.
16d752397   Rene Herman   thermal: Create C...
15
16
  
  config THERMAL_HWMON
ab92402af   Jean Delvare   thermal: hide CON...
17
  	bool
df43176c9   Jan Beulich   thermal: add miss...
18
  	depends on THERMAL
16d752397   Rene Herman   thermal: Create C...
19
  	depends on HWMON=y || HWMON=THERMAL
ab92402af   Jean Delvare   thermal: hide CON...
20
  	default y