Skip to content

Commit abc48d0

Browse files
arndbgregkh
authored andcommitted
ARM: EXYNOS: select THERMAL_OF
commit dc7eb9d589e595954792cc192bcbb92932e5c2ff upstream. 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: f87e6bd ("thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF") Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 159c52e commit abc48d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-exynos/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ menuconfig ARCH_EXYNOS
2626
select S5P_DEV_MFC
2727
select SRAM
2828
select THERMAL
29+
select THERMAL_OF
2930
select MFD_SYSCON
3031
help
3132
Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)

0 commit comments

Comments
 (0)