Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers

From: Stephan Gerhold
Date: Sun Sep 25 2022 - 06:09:44 EST


On Sun, Sep 25, 2022 at 11:19:19AM +0200, Krzysztof Kozlowski wrote:
> Enable rest of ARMv7 SoCs pin controller drivers.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
> arch/arm/configs/qcom_defconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> index 7d8b6884fd00..4971de49be36 100644
> --- a/arch/arm/configs/qcom_defconfig
> +++ b/arch/arm/configs/qcom_defconfig
> @@ -131,14 +131,20 @@ CONFIG_PINCTRL_APQ8064=y
> CONFIG_PINCTRL_APQ8084=y
> CONFIG_PINCTRL_IPQ4019=y
> CONFIG_PINCTRL_IPQ8064=y
> +CONFIG_PINCTRL_MSM8226=y
> CONFIG_PINCTRL_MSM8660=y
> CONFIG_PINCTRL_MSM8960=y
> +CONFIG_PINCTRL_MDM9607=y
> CONFIG_PINCTRL_MDM9615=y
> CONFIG_PINCTRL_MSM8X74=y
> +CONFIG_PINCTRL_MSM8909=y
> +CONFIG_PINCTRL_MSM8916=y

Thanks for adding MSM8916! (it's used on both ARM32 and ARM64)

> +CONFIG_PINCTRL_MSM8976=y

This one should be added to the ARM64 defconfig, I doubt anyone uses it
with ARM32. :)

Thanks,
Stephan