Commit f87e6bd3 authored by Chanwoo Choi's avatar Chanwoo Choi Committed by Eduardo Valentin
Browse files

thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF



The exynos thermal driver use the of_thermal_*() API to parse the basic data
for thermal management from devicetree file. So, if CONFIG_EXYNOS_THERMAL is
selected without CONFIG_THERMAL_OF, kernel can build it without any problem.
But, exynos thermal driver is not working with following error log. This patch
add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF.

[    1.458644] get_th_reg: Cannot get trip points from of-thermal.c!
[    1.459096] get_th_reg: Cannot get trip points from of-thermal.c!
[    1.465211] exynos4412_tmu_initialize: No CRITICAL trip point defined at of-thermal.c!

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 5f09a5cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config EXYNOS_THERMAL
config EXYNOS_THERMAL
	tristate "Exynos thermal management unit driver"
	tristate "Exynos thermal management unit driver"
	depends on OF
	depends on THERMAL_OF
	help
	help
	  If you say yes here you get support for the TMU (Thermal Management
	  If you say yes here you get support for the TMU (Thermal Management
	  Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises
	  Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises