Skip to content

Commit 86fabf1

Browse files
MrVanBartosz Golaszewski
authored andcommitted
gpio: bcm-kona: 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: 7b04f98 ("gpio: bcm-kona: 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 4e9d730 commit 86fabf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ config GPIO_RASPBERRYPI_EXP
201201
config GPIO_BCM_KONA
202202
bool "Broadcom Kona GPIO"
203203
depends on ARCH_BCM_MOBILE || COMPILE_TEST
204+
select GPIOLIB_IRQCHIP
204205
help
205206
Turn on GPIO support for Broadcom "Kona" chips.
206207

0 commit comments

Comments
 (0)