[PATCH 1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO

From: Bartosz Golaszewski
Date: Tue Oct 15 2024 - 09:23:08 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

This driver has no build-time dependency on gpiolib-of so remove the
Kconfig switch.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
drivers/gpio/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index efddc6455315..2e91e02510f7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -341,7 +341,6 @@ config GPIO_GRANITERAPIDS

config GPIO_GRGPIO
tristate "Aeroflex Gaisler GRGPIO support"
- depends on OF_GPIO
select GPIO_GENERIC
select IRQ_DOMAIN
help
--
2.43.0