Amit Daniel Kachhap | c682137 | 2013-06-24 16:20:22 +0530 | [diff] [blame] | 1 | config EXYNOS_THERMAL |
Amit Daniel Kachhap | 1b67864 | 2013-06-24 16:20:25 +0530 | [diff] [blame] | 2 | tristate "Exynos thermal management unit driver" |
Sachin Kamat | 73b5b1d | 2013-08-19 11:58:43 +0530 | [diff] [blame] | 3 | depends on ARCH_HAS_BANDGAP && OF |
Amit Daniel Kachhap | c682137 | 2013-06-24 16:20:22 +0530 | [diff] [blame] | 4 | help |
Amit Daniel Kachhap | 1b67864 | 2013-06-24 16:20:25 +0530 | [diff] [blame] | 5 | If you say yes here you get support for the TMU (Thermal Management |
Sachin Kamat | 02ae59d | 2013-08-19 11:58:41 +0530 | [diff] [blame] | 6 | Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises |
Amit Daniel Kachhap | 1b67864 | 2013-06-24 16:20:25 +0530 | [diff] [blame] | 7 | the TMU, reports temperature and handles cooling action if defined. |
Sachin Kamat | 02ae59d | 2013-08-19 11:58:41 +0530 | [diff] [blame] | 8 | This driver uses the Exynos core thermal APIs and TMU configuration |
| 9 | data from the supported SoCs. |
Amit Daniel Kachhap | 1b67864 | 2013-06-24 16:20:25 +0530 | [diff] [blame] | 10 | |
| 11 | config EXYNOS_THERMAL_CORE |
Sachin Kamat | 02ae59d | 2013-08-19 11:58:41 +0530 | [diff] [blame] | 12 | bool "Core thermal framework support for EXYNOS SOCs" |
Amit Daniel Kachhap | 1b67864 | 2013-06-24 16:20:25 +0530 | [diff] [blame] | 13 | depends on EXYNOS_THERMAL |
| 14 | help |
| 15 | If you say yes here you get support for EXYNOS TMU |
| 16 | (Thermal Management Unit) common registration/unregistration |
| 17 | functions to the core thermal layer and also to use the generic |
Sachin Kamat | 02ae59d | 2013-08-19 11:58:41 +0530 | [diff] [blame] | 18 | CPU cooling APIs. |