mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 02:02:08 +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: 24d2908e98
("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:
committed by
Caleb Connolly
parent
c38dcb217c
commit
622f676801
@@ -1,4 +1,4 @@
|
||||
if ARCH_SNAPDRAGON
|
||||
if ARCH_SNAPDRAGON || ARCH_IPQ40XX
|
||||
|
||||
config PINCTRL_QCOM
|
||||
depends on PINCTRL_GENERIC
|
||||
|
Reference in New Issue
Block a user