Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: drop unneeded dependency on OF_GPIO

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>

-1
-1
arch/powerpc/platforms/85xx/Kconfig
··· 217 217 config SGY_CTS1000 218 218 tristate "Servergy CTS-1000 support" 219 219 select GPIOLIB 220 - select OF_GPIO 221 220 depends on CORENET_GENERIC 222 221 help 223 222 Enable this to support functionality in Servergy's CTS-1000 systems.