Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fix from Linus Walleij:
"Fix a build error in gpio-adp5588"

* tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
gpio: fix gpio-adp5588 build errors

+1
+1
drivers/gpio/Kconfig
··· 823 823 config GPIO_ADP5588_IRQ 824 824 bool "Interrupt controller support for ADP5588" 825 825 depends on GPIO_ADP5588=y 826 + select GPIOLIB_IRQCHIP 826 827 help 827 828 Say yes here to enable the adp5588 to be used as an interrupt 828 829 controller. It requires the driver to be built in the kernel.