diff options
| author | Lukasz Majewski <l.majewski@samsung.com> | 2015-01-27 06:13:59 -0500 |
|---|---|---|
| committer | Eduardo Valentin <edubezval@gmail.com> | 2015-01-27 09:54:56 -0500 |
| commit | d3a5247e5332eb56d8f4833570b6d88f26709b18 (patch) | |
| tree | 46c40ba1448a87f3b29e844a2c28e3f940dea04c | |
| parent | 1024cf8b0fcdd17212688440410ab2cf4dfe7bd3 (diff) | |
thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE
After removing exynos_thermal_common.[c|h] files the CONFIG_EXYNOS_THERMA_CORE
is not needed anymore.
This patch removes this entry from Kconfig.
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
| -rw-r--r-- | drivers/thermal/samsung/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig index c43306ecc0ab..c8e35c1a43dc 100644 --- a/drivers/thermal/samsung/Kconfig +++ b/drivers/thermal/samsung/Kconfig | |||
| @@ -7,12 +7,3 @@ config EXYNOS_THERMAL | |||
| 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 APIs and TMU configuration | 8 | This driver uses the Exynos core thermal APIs and TMU configuration |
| 9 | data from the supported SoCs. | 9 | data from the supported SoCs. |
| 10 | |||
| 11 | config EXYNOS_THERMAL_CORE | ||
| 12 | bool "Core thermal framework support for EXYNOS SOCs" | ||
| 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 | ||
| 18 | CPU cooling APIs. | ||
