Kconfig 785 B

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