On 02/06/2023 11:08, Konrad Dybcio wrote: > > > On 1.06.2023 17:20, Krzysztof Kozlowski wrote: >> 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@xxxxxxxxxx> >> --- > Should analogous changes be made for all remaining > obj-$(CONFIG_PINCTRL_VENDOR) entries? Only for ones depending on ARCH_XXX and that requires actual compile testing which might point to missing dependencies etc. Entries depending on selectable PINCTRL_VENDOR are already compile-testable (see Samsung for example). Best regards, Krzysztof