Skip to content

Commit 405ac04

Browse files
krzklinusw
authored andcommitted
pinctrl: qcom: allow true compile testing
Makefile selected Qualcomm pinctrl drivers only for ARCH_QCOM, making any COMPILE_TEST options inside Kconfig ((ARCH_QCOM || COMPILE_TEST) or (OF || COMPILE_TEST)) not effective. Always descent to the qcom subdirectory to fix this. All individual drivers are selected in Makefile via dedicated CONFIG entries, thus this should not have functional impact except when compile testing. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent da95f08 commit 405ac04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ obj-y += nomadik/
6666
obj-y += nuvoton/
6767
obj-y += nxp/
6868
obj-$(CONFIG_PINCTRL_PXA) += pxa/
69-
obj-$(CONFIG_ARCH_QCOM) += qcom/
69+
obj-y += qcom/
7070
obj-$(CONFIG_PINCTRL_RENESAS) += renesas/
7171
obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/
7272
obj-$(CONFIG_PINCTRL_SPEAR) += spear/

0 commit comments

Comments
 (0)