Kconfig 698 B

1234567891011121314151617
  1. config EXYNOS_THERMAL
  2. tristate "Exynos thermal management unit driver"
  3. depends on ARCH_HAS_BANDGAP
  4. help
  5. If you say yes here you get support for the TMU (Thermal Management
  6. Unit) driver for SAMSUNG EXYNOS series of soc. This driver initialises
  7. the TMU, reports temperature and handles cooling action if defined.
  8. This driver uses the exynos core thermal API's.
  9. config EXYNOS_THERMAL_CORE
  10. bool "Core thermal framework support for EXYNOS SOC's"
  11. depends on EXYNOS_THERMAL
  12. help
  13. If you say yes here you get support for EXYNOS TMU
  14. (Thermal Management Unit) common registration/unregistration
  15. functions to the core thermal layer and also to use the generic
  16. cpu cooling API's.