2013-06-24 10:50:22 +00:00
|
|
|
config EXYNOS_THERMAL
|
2013-06-24 10:50:25 +00:00
|
|
|
tristate "Exynos thermal management unit driver"
|
2013-06-24 10:50:23 +00:00
|
|
|
depends on ARCH_HAS_BANDGAP
|
2013-06-24 10:50:22 +00:00
|
|
|
help
|
2013-06-24 10:50:25 +00:00
|
|
|
If you say yes here you get support for the TMU (Thermal Management
|
|
|
|
Unit) driver for SAMSUNG EXYNOS series of soc. This driver initialises
|
|
|
|
the TMU, reports temperature and handles cooling action if defined.
|
2013-06-24 10:50:28 +00:00
|
|
|
This driver uses the exynos core thermal API's and TMU configuration
|
|
|
|
data from the supported soc's.
|
2013-06-24 10:50:25 +00:00
|
|
|
|
|
|
|
config EXYNOS_THERMAL_CORE
|
|
|
|
bool "Core thermal framework support for EXYNOS SOC's"
|
|
|
|
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
|
|
|
|
cpu cooling API's.
|