diff options
author | Amit Daniel Kachhap <amit.daniel@samsung.com> | 2013-06-24 06:50:28 -0400 |
---|---|---|
committer | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-08-13 09:52:00 -0400 |
commit | e6b7991ed50fea9bf8b36e8a4794ee36d35e1651 (patch) | |
tree | 3c111d0a4e6663c9f4b92931d9d7cf84f0a65260 /drivers/thermal/samsung/Kconfig | |
parent | 0c1836a6563decc6de8622b2ed71523b3bdceb65 (diff) |
thermal: exynos: Bifurcate exynos tmu driver and configuration data
This code splits the exynos tmu driver code into SOC specific data parts.
This will simplify adding new SOC specific data to the same TMU controller.
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Diffstat (limited to 'drivers/thermal/samsung/Kconfig')
-rw-r--r-- | drivers/thermal/samsung/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig index f8100b1b953a..b653f1539148 100644 --- a/drivers/thermal/samsung/Kconfig +++ b/drivers/thermal/samsung/Kconfig | |||
@@ -5,7 +5,8 @@ config EXYNOS_THERMAL | |||
5 | If you say yes here you get support for the TMU (Thermal Management | 5 | If you say yes here you get support for the TMU (Thermal Management |
6 | Unit) driver for SAMSUNG EXYNOS series of soc. This driver initialises | 6 | Unit) driver for SAMSUNG EXYNOS series of soc. This driver initialises |
7 | the TMU, reports temperature and handles cooling action if defined. | 7 | the TMU, reports temperature and handles cooling action if defined. |
8 | This driver uses the exynos core thermal API's. | 8 | This driver uses the exynos core thermal API's and TMU configuration |
9 | data from the supported soc's. | ||
9 | 10 | ||
10 | config EXYNOS_THERMAL_CORE | 11 | config EXYNOS_THERMAL_CORE |
11 | bool "Core thermal framework support for EXYNOS SOC's" | 12 | bool "Core thermal framework support for EXYNOS SOC's" |