]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pinctrl: qcom: allow selecting with ARCH_IPQ40XX
authorRobert Marko <robert.marko@sartura.hr>
Mon, 22 Apr 2024 11:43:24 +0000 (13:43 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:19 +0000 (13:29 +0200)
IPQ4019 pinctrl driver was moved to the dedicated Qualcomm pinctrl
directory, but the KConfig depends on ARCH_SNAPDRAGON only and thus
PINCTRL_QCOM_IPQ4019 cannot be selected when ARCH_IPQ40XX is used.

Fixes: 24d2908e987a ("pinctrl: qcom: move ipq4019 driver from mach-ipq40xx")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/pinctrl/qcom/Kconfig

index e04b2a692de127b34530adf3d287f69214d8ab7d..b326fa85140234ae80715c3b31302fae73f3fa8c 100644 (file)
@@ -1,4 +1,4 @@
-if ARCH_SNAPDRAGON
+if ARCH_SNAPDRAGON || ARCH_IPQ40XX
 
 config PINCTRL_QCOM
        depends on PINCTRL_GENERIC