]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpio: timberdale: select GPIOLIB_IRQCHIP
authorPeng Fan <peng.fan@nxp.com>
Thu, 22 May 2025 07:11:53 +0000 (15:11 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 22 May 2025 08:00:08 +0000 (10:00 +0200)
commit8b8ef309093ff196967a21ee51a9cdb404a13bf6
tree34ee09b82c32edd8f27d8cf10d669ce8a747d2ed
parent01e4397d0c1c9ae434c574f45359ad0c226a864b
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: 2993d2dd8ff4 ("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>
drivers/gpio/Kconfig