diff options
author | Jun Nie | 2015-06-29 10:35:57 +0800 |
---|---|---|
committer | Linus Walleij | 2015-07-16 10:14:45 +0200 |
commit | e7aa6d8c1ba2429deef75fb24d029e00ab71bebf (patch) | |
tree | 1b4dcb45f02675977cc5d5ec8815a374d097a386 /drivers/gpio/Kconfig | |
parent | 24f743a0f06675da4e7c6a07b88e90d425edd30a (diff) |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 4c9fa58c5643..3a9dc1a8f56e 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" |