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.

arc: axs10x: drop unneeded dependency on OF_GPIO

OF_GPIO is automatically enabled on all OF systems. There's no need to
select it explicitly.

Acked-by: Vineet Gupta <vgupta@kernel.org>
Link: https://patch.msgid.link/20260304-gpio-of-kconfig-v1-2-d597916e79e7@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

-1
-1
arch/arc/plat-axs10x/Kconfig
··· 7 7 bool "Synopsys ARC AXS10x Software Development Platforms" 8 8 select DW_APB_ICTL 9 9 select GPIO_DWAPB 10 - select OF_GPIO 11 10 select HAVE_PCI 12 11 select GENERIC_IRQ_CHIP 13 12 select GPIOLIB