Skip to content

Commit e2d9a7e

Browse files
author
Bartosz Golaszewski
committed
gpio: pxa: 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: 20117cf ("gpio: pxa: Make irq_chip immutable") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Acked-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 20117cf commit e2d9a7e

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
@@ -566,6 +566,7 @@ config GPIO_POLARFIRE_SOC
566566
config GPIO_PXA
567567
bool "PXA GPIO support"
568568
depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
569+
select GPIOLIB_IRQCHIP
569570
help
570571
Say yes here to support the PXA GPIO device.
571572

0 commit comments

Comments
 (0)