xref: /linux/drivers/thermal/samsung/Kconfig (revision de4483d4447981292c68d45ea643158bb8ca92b9)
1# SPDX-License-Identifier: GPL-2.0-only
2config EXYNOS_THERMAL
3	tristate "Exynos thermal management unit driver"
4	depends on THERMAL_OF
5	depends on HAS_IOMEM
6	default ARCH_EXYNOS
7	help
8	  If you say yes here you get support for the TMU (Thermal Management
9	  Unit) driver for Samsung Exynos series of SoCs. This driver initialises
10	  the TMU, reports temperature and handles cooling action if defined.
11	  This driver uses the Exynos core thermal APIs and TMU configuration
12	  data from the supported SoCs.
13