[PATCH] arm64: Kconfig: drop unneeded dependency on OF_GPIO

Bartosz Golaszewski brgl at kernel.org
Mon Feb 23 02:59:53 PST 2026


On Tue, Jan 6, 2026 at 3:07 PM Bartosz Golaszewski
<bartosz.golaszewski at oss.qualcomm.com> wrote:
>
> OF_GPIO is selected automatically on all OF systems. Any symbols it
> controls also provide stubs so there's really no reason to select it
> explicitly.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at oss.qualcomm.com>
> ---
>  arch/arm64/Kconfig.platforms | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index fff14807c965..933281bb6139 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -244,7 +244,6 @@ config ARCH_MVEBU
>         select MVEBU_ODMI
>         select MVEBU_PIC
>         select MVEBU_SEI
> -       select OF_GPIO
>         select PINCTRL
>         select PINCTRL_ARMADA_37XX
>         select PINCTRL_ARMADA_AP806
> --
> 2.47.3
>
>

Gentle ping.

Bart



More information about the linux-arm-kernel mailing list