summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2015-06-29 02:35:57 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-07-16 08:14:45 (GMT)
commite7aa6d8c1ba2429deef75fb24d029e00ab71bebf (patch)
tree1b4dcb45f02675977cc5d5ec8815a374d097a386 /drivers/gpio/Kconfig
parent24f743a0f06675da4e7c6a07b88e90d425edd30a (diff)
downloadlinux-e7aa6d8c1ba2429deef75fb24d029e00ab71bebf.tar.xz
gpio: zx: Add ZTE zx296702 GPIO support
Add ZTE zx296702 GPIO controller support Signed-off-by: Jun Nie <jun.nie@linaro.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 4c9fa58..3a9dc1a 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1003,6 +1003,12 @@ config GPIO_MC33880
SPI driver for Freescale MC33880 high-side/low-side switch.
This provides GPIO interface supporting inputs and outputs.
+config GPIO_ZX
+ bool "ZTE ZX GPIO support"
+ select GPIOLIB_IRQCHIP
+ help
+ Say yes here to support the GPIO device on ZTE ZX SoCs.
+
endmenu
menu "USB GPIO expanders"