]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
powerpc: drop unneeded dependency on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Wed, 4 Mar 2026 09:02:24 +0000 (10:02 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Fri, 13 Mar 2026 13:42:53 +0000 (14:42 +0100)
OF_GPIO is automatically enabled on all OF systems. There's no need to
select it explicitly.

Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Link: https://patch.msgid.link/20260304-gpio-of-kconfig-v1-3-d597916e79e7@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
arch/powerpc/platforms/85xx/Kconfig

index 604c1b4b6d45c11dc3149ee8b9adabe593882c8e..6805c19ac8a915dae1bd24b13010a56cf1948ad4 100644 (file)
@@ -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.