]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arc: axs10x: drop unneeded dependency on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Wed, 4 Mar 2026 09:02:23 +0000 (10:02 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Fri, 13 Mar 2026 13:42:52 +0000 (14:42 +0100)
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>
arch/arc/plat-axs10x/Kconfig

index b9652c69d1b90e506f82b3b8c5be373c51246671..40f2a74d404ad9759ab9d6764c2496159eea045a 100644 (file)
@@ -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