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"
|
2013-08-19 10:28:43 +04:00
|
|
|
depends on ARCH_HAS_BANDGAP && OF
|
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
|
2013-08-19 10:28:41 +04: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.
|
2013-06-24 14:50:25 +04:00
|
|
|
|
|
|
|
config EXYNOS_THERMAL_CORE
|
2013-08-19 10:28:41 +04:00
|
|
|
bool "Core thermal framework support for EXYNOS SOCs"
|
2013-06-24 14:50:25 +04:00
|
|
|
depends on EXYNOS_THERMAL
|
|
|
|
help
|
|
|
|
If you say yes here you get support for EXYNOS TMU
|
|
|
|
(Thermal Management Unit) common registration/unregistration
|
|
|
|
functions to the core thermal layer and also to use the generic
|
2013-08-19 10:28:41 +04:00
|
|
|
CPU cooling APIs.
|