19 lines
623 B
Plaintext
Executable File
19 lines
623 B
Plaintext
Executable File
config EXYNOS_THERMAL
|
|
tristate "Exynos thermal management unit driver"
|
|
depends on THERMAL_OF
|
|
depends on HAS_IOMEM
|
|
help
|
|
If you say yes here you get support for the TMU (Thermal Management
|
|
Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises
|
|
the TMU, reports temperature and handles cooling action if defined.
|
|
This driver uses the Exynos core thermal APIs and TMU configuration
|
|
data from the supported SoCs.
|
|
|
|
config EXYNOS_ACPM_THERMAL
|
|
bool
|
|
prompt "Exynos ACPM TMU plug-in support"
|
|
depends on EXYNOS_THERMAL
|
|
help
|
|
This feature supports ACPM TMU plug-in for Exynos thermal driver.
|
|
|