diff options
| author | Peng Fan <[email protected]> | 2025-05-22 07:11:53 +0000 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2025-05-22 08:00:08 +0000 |
| commit | 8b8ef309093ff196967a21ee51a9cdb404a13bf6 (patch) | |
| tree | 34ee09b82c32edd8f27d8cf10d669ce8a747d2ed | |
| parent | gpio: lpc18xx: select GPIOLIB_IRQCHIP (diff) | |
| download | kernel-8b8ef309093ff196967a21ee51a9cdb404a13bf6.tar.gz kernel-8b8ef309093ff196967a21ee51a9cdb404a13bf6.zip | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
| -rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c75fc8fc7bb2..44f922e10db2 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1557,6 +1557,7 @@ config GPIO_TC3589X config GPIO_TIMBERDALE bool "Support for timberdale GPIO IP" depends on MFD_TIMBERDALE + select GPIOLIB_IRQCHIP help Add support for the GPIO IP in the timberdale FPGA. |
