[PATCH 03/14] powerpc: drop unneeded dependency on OF_GPIO
Bartosz Golaszewski
bartosz.golaszewski at oss.qualcomm.com
Wed Mar 4 20:02:24 AEDT 2026
OF_GPIO is automatically enabled on all OF systems. There's no need to
select it explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at oss.qualcomm.com>
---
arch/powerpc/platforms/85xx/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 604c1b4b6d45c11dc3149ee8b9adabe593882c8e..6805c19ac8a915dae1bd24b13010a56cf1948ad4 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -217,7 +217,6 @@ config GE_IMP3A
config SGY_CTS1000
tristate "Servergy CTS-1000 support"
select GPIOLIB
- select OF_GPIO
depends on CORENET_GENERIC
help
Enable this to support functionality in Servergy's CTS-1000 systems.
--
2.47.3
More information about the Linuxppc-dev
mailing list