Kconfig 994 B

12345678910111213141516171819202122232425262728293031323334353637
  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. depends on OF
  24. help
  25. Enable this to plug the SPEAr thermal sensor driver into the Linux
  26. thermal framework
  27. config RCAR_THERMAL
  28. tristate "Renesas R-Car thermal driver"
  29. depends on THERMAL
  30. depends on ARCH_SHMOBILE
  31. help
  32. Enable this to plug the R-Car thermal sensor driver into the Linux
  33. thermal framework