Kconfig (1b678641c24f035f020bcecf8a92cde145a49724) | Kconfig (e6b7991ed50fea9bf8b36e8a4794ee36d35e1651) |
---|---|
1config 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. | 1config 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. | 8 This driver uses the exynos core thermal API's and TMU configuration 9 data from the supported soc's. |
9 10config EXYNOS_THERMAL_CORE 11 bool "Core thermal framework support for EXYNOS SOC's" 12 depends on EXYNOS_THERMAL 13 help 14 If you say yes here you get support for EXYNOS TMU 15 (Thermal Management Unit) common registration/unregistration 16 functions to the core thermal layer and also to use the generic 17 cpu cooling API's. | 10 11config EXYNOS_THERMAL_CORE 12 bool "Core thermal framework support for EXYNOS SOC's" 13 depends on EXYNOS_THERMAL 14 help 15 If you say yes here you get support for EXYNOS TMU 16 (Thermal Management Unit) common registration/unregistration 17 functions to the core thermal layer and also to use the generic 18 cpu cooling API's. |