Skip to content

Commit 01e4397

Browse files
MrVanBartosz Golaszewski
authored andcommitted
gpio: lpc18xx: 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: 289e42d ("gpio: lpc18xx: Make irq_chip immutable") Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20250522-gpio-fix-v1-3-98ceae7c4c3c@nxp.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 3dff356 commit 01e4397

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
@@ -438,6 +438,7 @@ config GPIO_LPC18XX
438438
default y if ARCH_LPC18XX
439439
depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
440440
select IRQ_DOMAIN_HIERARCHY
441+
select GPIOLIB_IRQCHIP
441442
help
442443
Select this option to enable GPIO driver for
443444
NXP LPC18XX/43XX devices.

0 commit comments

Comments
 (0)