Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c2428cb authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

thermal: Include qcom thermal drivers for CONFIG_ARCH_QCOM



Include qcom thermal drivers when CONFIG_ARCH_QCOM is enabled instead of
CONFIG_QCOM_TSENS, which is associated with tsens sensor driver.

Change-Id: I944caf2de153f482a3607ad103da3b400f902885
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 2cfd8943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
obj-y				+= intel/
obj-$(CONFIG_TI_SOC_THERMAL)	+= ti-soc-thermal/
obj-y				+= st/
obj-$(CONFIG_QCOM_TSENS)	+= qcom/
obj-$(CONFIG_ARCH_QCOM)	+= qcom/
obj-y				+= tegra/
obj-$(CONFIG_HISI_THERMAL)     += hisi_thermal.o
obj-$(CONFIG_MTK_THERMAL)	+= mtk_thermal.o