Kconfig 774 B

12345678910111213141516171819202122232425262728
  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
  16. depends on THERMAL
  17. depends on HWMON=y || HWMON=THERMAL
  18. default y
  19. config SPEAR_THERMAL
  20. bool "SPEAr thermal sensor driver"
  21. depends on THERMAL
  22. depends on PLAT_SPEAR
  23. help
  24. Enable this to plug the SPEAr thermal sensor driver into the Linux
  25. thermal framework