Re: [PATCH v2 1/5] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-23 Thread Caleb Connolly
On Mon, 22 Apr 2024 13:43:24 +0200, Robert Marko wrote: > 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. > > Applied, thanks! [1/5] pi

[PATCH v2 1/5] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-22 Thread Robert Marko
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: Robe