1config EXYNOS_THERMAL 2 tristate "Exynos thermal management unit driver" 3 depends on THERMAL_OF 4 depends on HAS_IOMEM 5 help 6 If you say yes here you get support for the TMU (Thermal Management 7 Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises 8 the TMU, reports temperature and handles cooling action if defined. 9 This driver uses the Exynos core thermal APIs and TMU configuration 10 data from the supported SoCs. 11