brintos

brintos / linux-shallow public Read only

0
0
Text · 484 B · f4eff5a Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config EXYNOS_THERMAL3	tristate "Exynos thermal management unit driver"4	depends on THERMAL_OF5	depends on HAS_IOMEM6	help7	  If you say yes here you get support for the TMU (Thermal Management8	  Unit) driver for Samsung Exynos series of SoCs. This driver initialises9	  the TMU, reports temperature and handles cooling action if defined.10	  This driver uses the Exynos core thermal APIs and TMU configuration11	  data from the supported SoCs.12