diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-19 02:28:41 -0400 |
---|---|---|
committer | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-08-29 09:37:26 -0400 |
commit | 02ae59dc0e49b1db6e57435553fb7d4f68732688 (patch) | |
tree | 199c9d9b8868fffb2ac35015cff6f5ec135d15fe /drivers/thermal | |
parent | e838ff8119a2aee621d4326f5899b8f4cdae40ac (diff) |
thermal: exynos: Fix typos in Kconfig
Fixes some trivial typos.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/samsung/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig index b653f1539148..92492e4351a0 100644 --- a/drivers/thermal/samsung/Kconfig +++ b/drivers/thermal/samsung/Kconfig | |||
@@ -3,16 +3,16 @@ config EXYNOS_THERMAL | |||
3 | depends on ARCH_HAS_BANDGAP | 3 | depends on ARCH_HAS_BANDGAP |
4 | help | 4 | help |
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 SoCs. 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 and TMU configuration | 8 | This driver uses the Exynos core thermal APIs and TMU configuration |
9 | data from the supported soc's. | 9 | data from the supported SoCs. |
10 | 10 | ||
11 | config EXYNOS_THERMAL_CORE | 11 | config EXYNOS_THERMAL_CORE |
12 | bool "Core thermal framework support for EXYNOS SOC's" | 12 | bool "Core thermal framework support for EXYNOS SOCs" |
13 | depends on EXYNOS_THERMAL | 13 | depends on EXYNOS_THERMAL |
14 | help | 14 | help |
15 | If you say yes here you get support for EXYNOS TMU | 15 | If you say yes here you get support for EXYNOS TMU |
16 | (Thermal Management Unit) common registration/unregistration | 16 | (Thermal Management Unit) common registration/unregistration |
17 | functions to the core thermal layer and also to use the generic | 17 | functions to the core thermal layer and also to use the generic |
18 | cpu cooling API's. | 18 | CPU cooling APIs. |