From: Bartosz Golaszewski Date: Tue, 15 Oct 2024 13:18:29 +0000 (+0200) Subject: gpio: grgpio: drop Kconfig dependency on OF_GPIO X-Git-Tag: ceph-for-6.13-rc4~248^2~44 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bc40668def384256673bc18296865869c4a4187b;p=ceph-client.git gpio: grgpio: drop Kconfig dependency on OF_GPIO This driver has no build-time dependency on gpiolib-of so remove the Kconfig switch. Link: https://lore.kernel.org/r/20241015131832.44678-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 346bb3c8e34c9..e28efd5f9c178 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -340,7 +340,6 @@ config GPIO_GRANITERAPIDS config GPIO_GRGPIO tristate "Aeroflex Gaisler GRGPIO support" - depends on OF_GPIO select GPIO_GENERIC select IRQ_DOMAIN help