Skip to content

Commit 8b8ef30

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

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
@@ -1557,6 +1557,7 @@ config GPIO_TC3589X
15571557
config GPIO_TIMBERDALE
15581558
bool "Support for timberdale GPIO IP"
15591559
depends on MFD_TIMBERDALE
1560+
select GPIOLIB_IRQCHIP
15601561
help
15611562
Add support for the GPIO IP in the timberdale FPGA.
15621563

0 commit comments

Comments
 (0)