Kconfig 362 B

123456789
  1. config EXYNOS_THERMAL
  2. tristate "Temperature sensor on Samsung EXYNOS"
  3. depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5)
  4. depends on CPU_THERMAL
  5. help
  6. If you say yes here you get support for TMU (Thermal Management
  7. Unit) on SAMSUNG EXYNOS series of SoC. This helps in registering
  8. the exynos thermal driver with the core thermal layer and cpu
  9. cooling API's.