Message ID | 20241015131832.44678-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Tue, 15 Oct 2024 15:18:29 +0200, Bartosz Golaszewski wrote: > This driver has no build-time dependency on gpiolib-of so remove the > Kconfig switch. > > Applied, thanks! [1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO commit: bc40668def384256673bc18296865869c4a4187b [2/4] gpio: grgpio: order headers alphabetically commit: 537ec282f52a4b4b8921c3a395d721affd29c225 [3/4] gpio: grgpio: use a helper variable to store the address of ofdev->dev commit: d036ae41cebdfae92666024163c109b8fef516fa [4/4] gpio: grgpio: remove remove() commit: 3aba8402910bfab998d5cf6c84744de5db466936 Best regards,
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