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