diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-28 09:33:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-28 09:33:05 -0700 |
commit | ca6584a3316c445d72e9795dc0765a0f30d83293 (patch) | |
tree | 238bd27d2fe49f0b431feac3153e42e8e0f7db59 /drivers/gpio | |
parent | 9a626c4a6326da4433a0d4d4a8a7d1571caf1ed3 (diff) | |
parent | e9646f0f5bb62b7d43f0968f39d536cfe7123b53 (diff) | |
download | linux-ca6584a3316c445d72e9795dc0765a0f30d83293.tar.bz2 |
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
Diffstat (limited to 'drivers/gpio')
-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 be832eb73627..acd40eb51c46 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -823,6 +823,7 @@ config GPIO_ADP5588 config GPIO_ADP5588_IRQ bool "Interrupt controller support for ADP5588" depends on GPIO_ADP5588=y + select GPIOLIB_IRQCHIP help Say yes here to enable the adp5588 to be used as an interrupt controller. It requires the driver to be built in the kernel. |