]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: davinci: select GPIOLIB_IRQCHIP
authorPeng Fan <peng.fan@nxp.com>
Wed, 21 May 2025 07:20:48 +0000 (15:20 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 21 May 2025 10:11:54 +0000 (12:11 +0200)
commit4347566404a0f01e9dc654a0b806a582ee63f68b
tree8e0bbe2652482c69d737c0650f48e693c43d16a0
parent0f45b538ba2a597364b25cb1b69582090ee9cb96
gpio: davinci: 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: 3f50bb3124d7 ("gpio: davinci: Make irq_chip immutable")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505210606.PudPm5pC-lkp@intel.com/
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20250521072048.1053190-1-peng.fan@oss.nxp.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/Kconfig