Skip to content

Commit 34dc523

Browse files
jic23dlezcano
authored andcommitted
thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM_TSENS
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>
1 parent 5d10f48 commit 34dc523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
5252
obj-y += intel/
5353
obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
5454
obj-y += st/
55-
obj-$(CONFIG_QCOM_TSENS) += qcom/
55+
obj-y += qcom/
5656
obj-y += tegra/
5757
obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
5858
obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o

0 commit comments

Comments
 (0)