]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: grgpio: select GPIOLIB_IRQCHIP
authorPeng Fan <peng.fan@nxp.com>
Thu, 22 May 2025 07:11:51 +0000 (15:11 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 22 May 2025 08:00:08 +0000 (10:00 +0200)
commit3dff3563cc11e90f046902f0b2be40e82f5ee251
treefc95d0723a2c4031c18d2abd407acb922f6842c6
parent86fabf1b174069465ea12b4140cb35543fd0c738
gpio: grgpio: 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: a30be40bf1d4 ("gpio: grgpio: Make irq_chip immutable")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20250522-gpio-fix-v1-2-98ceae7c4c3c@nxp.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/Kconfig