mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-22 06:11:36 +02:00
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 <robert.marko@sartura.hr> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
c38dcb217c
commit
622f676801
@ -1,4 +1,4 @@
|
||||
if ARCH_SNAPDRAGON
|
||||
if ARCH_SNAPDRAGON || ARCH_IPQ40XX
|
||||
|
||||
config PINCTRL_QCOM
|
||||
depends on PINCTRL_GENERIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user