From: Bartosz Golaszewski Date: Tue, 8 Oct 2024 08:15:55 +0000 (+0200) Subject: gpio: mvebu: drop dependency on OF_GPIO X-Git-Tag: v6.13-rc1~156^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a5ca23bb65169f2f79727c51a5495a2d7a5166e;p=thirdparty%2Flinux.git gpio: mvebu: drop dependency on OF_GPIO This driver doesn't really depend on interfaces from OF_GPIO so the Kconfig dependency can be dropped. Suggested-by: Uwe Kleine-König Reviewed-by: Linus Walleij Acked-by: Uwe Kleine-König Link: https://lore.kernel.org/r/20241008081555.23465-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3598d50943931..ae0dd0e8fc4df 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -488,7 +488,6 @@ config GPIO_MT7621 config GPIO_MVEBU def_bool y depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST - depends on OF_GPIO select GENERIC_IRQ_CHIP select REGMAP_MMIO