Skip to content

Commit 3dff356

Browse files
MrVanBartosz Golaszewski
authored andcommitted
gpio: grgpio: select GPIOLIB_IRQCHIP
This driver uses gpiochip_irq_reqres() and gpiochip_irq_relres() which are only built with GPIOLIB_IRQCHIP=y. Add the missing Kconfig select. Fixes: a30be40 ("gpio: grgpio: Make irq_chip immutable") Signed-off-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 86fabf1 commit 3dff356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ config GPIO_GRGPIO
354354
tristate "Aeroflex Gaisler GRGPIO support"
355355
depends on OF || COMPILE_TEST
356356
select GPIO_GENERIC
357-
select IRQ_DOMAIN
357+
select GPIOLIB_IRQCHIP
358358
help
359359
Select this to support Aeroflex Gaisler GRGPIO cores from the GRLIB
360360
VHDL IP core library.

0 commit comments

Comments
 (0)