Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 CPU_THERMAL
  20. bool "generic cpu cooling support"
  21. depends on THERMAL && CPU_FREQ
  22. help
  23. This implements the generic cpu cooling mechanism through frequency
  24. reduction, cpu hotplug and any other ways of reducing temperature. An
  25. ACPI version of this already exists(drivers/acpi/processor_thermal.c).
  26. This will be useful for platforms using the generic thermal interface
  27. and not the ACPI interface.
  28. If you want this support, you should say Y here.
  29. config SPEAR_THERMAL
  30. bool "SPEAr thermal sensor driver"
  31. depends on THERMAL
  32. depends on PLAT_SPEAR
  33. depends on OF
  34. help
  35. Enable this to plug the SPEAr thermal sensor driver into the Linux
  36. thermal framework
  37. config RCAR_THERMAL
  38. tristate "Renesas R-Car thermal driver"
  39. depends on THERMAL
  40. depends on ARCH_SHMOBILE
  41. help
  42. Enable this to plug the R-Car thermal sensor driver into the Linux
  43. thermal framework