arch/arm64/Kconfig.platforms | 1 - 1 file changed, 1 deletion(-)
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. ARCH_MVEBU already selects GPIOLIB, drop the redundant
OF_GPIO dependency.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
Changes in v3:
- Send the arm64 patch separately so that it can be picked up for v7.2
- Link to v2: https://patch.msgid.link/20260316-gpio-of-kconfig-v2-0-de2f4b00a0e4@oss.qualcomm.com
Changes in v2:
- Make gpio-watchdog depend on OF && GPIOLIB
- Drop picked up patches
- Link to v1: https://patch.msgid.link/20260304-gpio-of-kconfig-v1-0-d597916e79e7@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 72c812e76b0b1..dc995a7321174 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -243,7 +243,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
On Thu, Apr 30, 2026 at 4:32 PM Bartosz Golaszewski <bartosz.golaszewski@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. ARCH_MVEBU already selects GPIOLIB, drop the redundant > OF_GPIO dependency. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Yours, Linus Walleij
On Tue, May 5, 2026 at 12:42 PM Linus Walleij <linusw@kernel.org> wrote: > > On Thu, Apr 30, 2026 at 4:32 PM Bartosz Golaszewski > <bartosz.golaszewski@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. ARCH_MVEBU already selects GPIOLIB, drop the redundant > > OF_GPIO dependency. > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> > > Reviewed-by: Linus Walleij <linusw@kernel.org> > > Yours, > Linus Walleij Arnd, can you please queue this directly for v7.2? Bartosz
© 2016 - 2026 Red Hat, Inc.