thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM_TSENS
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 21 Aug 2022 16:00:32 +0000 (17:00 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 4 Oct 2022 09:21:11 +0000 (11:21 +0200)
The SPMI QCOM drivers have no dependency in Kconfig, but the Makefile
will not be included without QCOM_TSENS. This unnecessarily reduces
build coverage.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Acked-by: Amit Kucheria <amitk@kernel.org>
Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20220821160032.2206349-1-jic23@kernel.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/Makefile

index def8e1a..2506c6c 100644 (file)
@@ -52,7 +52,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-y                          += qcom/
 obj-y                          += tegra/
 obj-$(CONFIG_HISI_THERMAL)     += hisi_thermal.o
 obj-$(CONFIG_MTK_THERMAL)      += mtk_thermal.o