Kconfig 749 B

1234567891011121314151617181920212223
  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 HWMON=y || HWMON=THERMAL
  17. help
  18. The generic thermal sysfs driver's hardware monitoring support
  19. requires a 2.10.7/3.0.2 or later lm-sensors userspace.
  20. Say Y if your user-space is new enough.