aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-05-28 09:33:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-05-28 09:33:05 -0700
commitca6584a3316c445d72e9795dc0765a0f30d83293 (patch)
tree238bd27d2fe49f0b431feac3153e42e8e0f7db59 /drivers/gpio
parentia64: fix build errors by exporting paddr_to_nid() (diff)
parentgpio: fix gpio-adp5588 build errors (diff)
downloadlinux-dev-ca6584a3316c445d72e9795dc0765a0f30d83293.tar.xz
linux-dev-ca6584a3316c445d72e9795dc0765a0f30d83293.zip
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/Kconfig1
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.