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 <[email protected]> Cc: Dmitry Baryshkov <[email protected]> Cc: Bhupesh Sharma <[email protected]> Acked-by: Amit Kucheria <[email protected]> Reviewed-by: Bhupesh Sharma <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
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)