Skip to content

Commit 405ac04

Browse files
krzkLinus Walleij
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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230601152026.1182648-6-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent da95f08 commit 405ac04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)