From: Robert Marko Date: Mon, 22 Apr 2024 11:43:24 +0000 (+0200) Subject: pinctrl: qcom: allow selecting with ARCH_IPQ40XX X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=622f676801f3d4a45524874ab8bf6ee498acbb5c;p=u-boot.git pinctrl: qcom: allow selecting with ARCH_IPQ40XX 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 Reviewed-by: Caleb Connolly Signed-off-by: Caleb Connolly --- diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index e04b2a692d..b326fa8514 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -1,4 +1,4 @@ -if ARCH_SNAPDRAGON +if ARCH_SNAPDRAGON || ARCH_IPQ40XX config PINCTRL_QCOM depends on PINCTRL_GENERIC