Commit d2cd20f7 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

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: default avatarVineet Gupta <vgupta@kernel.org>
Link: https://patch.msgid.link/20260304-gpio-of-kconfig-v1-2-d597916e79e7@oss.qualcomm.com


Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
parent b4784adf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ menuconfig ARC_PLAT_AXS10X
	bool "Synopsys ARC AXS10x Software Development Platforms"
	select DW_APB_ICTL
	select GPIO_DWAPB
	select OF_GPIO
	select HAVE_PCI
	select GENERIC_IRQ_CHIP
	select GPIOLIB