Skip to content

Commit 8da238b

Browse files
author
Bartosz Golaszewski
committed
gpio: mpc8xxx: 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: 7688a54 ("gpio: mpc8xxx: Make irq_chip immutable") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Acked-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent e2d9a7e commit 8da238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ config GPIO_MPC8XXX
479479
FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
480480
COMPILE_TEST
481481
select GPIO_GENERIC
482-
select IRQ_DOMAIN
482+
select GPIOLIB_IRQCHIP
483483
help
484484
Say Y here if you're going to use hardware that connects to the
485485
MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.

0 commit comments

Comments
 (0)