2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-06-24 17:50:22 +07:00
|
|
|
config EXYNOS_THERMAL
|
2013-06-24 17:50:25 +07:00
|
|
|
tristate "Exynos thermal management unit driver"
|
2015-07-02 13:40:00 +07:00
|
|
|
depends on THERMAL_OF
|
2016-03-04 08:03:59 +07:00
|
|
|
depends on HAS_IOMEM
|
2013-06-24 17:50:22 +07:00
|
|
|
help
|
2013-06-24 17:50:25 +07:00
|
|
|
If you say yes here you get support for the TMU (Thermal Management
|
2020-01-04 22:20:53 +07:00
|
|
|
Unit) driver for Samsung Exynos series of SoCs. This driver initialises
|
2013-06-24 17:50:25 +07:00
|
|
|
the TMU, reports temperature and handles cooling action if defined.
|
2013-08-19 13:28:41 +07:00
|
|
|
This driver uses the Exynos core thermal APIs and TMU configuration
|
|
|
|
data from the supported SoCs.
|