Skip to content

Commit 4347566

Browse files
MrVanBartosz Golaszewski
authored andcommitted
gpio: davinci: 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: 3f50bb3 ("gpio: davinci: Make irq_chip immutable") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 0f45b53 commit 4347566

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
@@ -253,6 +253,7 @@ config GPIO_DAVINCI
253253
tristate "TI Davinci/Keystone GPIO support"
254254
default y if ARCH_DAVINCI
255255
depends on ((ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3)) || COMPILE_TEST
256+
select GPIOLIB_IRQCHIP
256257
help
257258
Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
258259

0 commit comments

Comments
 (0)