]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: EXYNOS: select THERMAL_OF
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 Jan 2016 14:50:38 +0000 (15:50 +0100)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 1 Feb 2016 01:29:20 +0000 (10:29 +0900)
We cannot select a symbol that has disabled dependencies, so
we get a warning if we ever enable EXYNOS_THERMAL without
also turning on THERMAL_OF:

warning: (ARCH_EXYNOS) selects EXYNOS_THERMAL which has unmet direct dependencies (THERMAL && (ARCH_EXYNOS || COMPILE_TEST) && THERMAL_OF)

This adds another 'select' in the platform code to avoid that
case. Alternatively, we could decide to not select EXYNOS_THERMAL
here and instead make it a user option.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: f87e6bd3f740 ("thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF")
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/mach-exynos/Kconfig

index 652a0bb11578927fc0bbc58983bf5aaafd7eb0d3..5189bcecad1292c70f8a23e3cc30645a18cdfe52 100644 (file)
@@ -27,6 +27,7 @@ menuconfig ARCH_EXYNOS
        select S5P_DEV_MFC
        select SRAM
        select THERMAL
+       select THERMAL_OF
        select MFD_SYSCON
        select CLKSRC_EXYNOS_MCT
        select POWER_RESET