Kconfig 769 B

12345678910111213141516171819202122232425
  1. #
  2. # Generic thermal sysfs drivers configuration
  3. #
  4. menuconfig THERMAL
  5. tristate "Generic Thermal sysfs driver"
  6. help
  7. Generic Thermal Sysfs driver offers a generic mechanism for
  8. thermal management. Usually it's made up of one or more thermal
  9. zone and cooling device.
  10. Each thermal zone contains its own temperature, trip points,
  11. cooling devices.
  12. All platforms with ACPI thermal support can use this driver.
  13. If you want this support, you should say Y or M here.
  14. config THERMAL_HWMON
  15. bool "Hardware monitoring support"
  16. depends on THERMAL
  17. depends on HWMON=y || HWMON=THERMAL
  18. help
  19. The generic thermal sysfs driver's hardware monitoring support
  20. requires a 2.10.7/3.0.2 or later lm-sensors userspace.
  21. Say Y if your user-space is new enough.