summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorFabian Vogt <fabian@ritter-vogt.de>2014-02-24 19:54:58 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2014-02-27 09:30:42 (GMT)
commit9af4d80ba5666579944f570e113c5a87444afbde (patch)
treed14c2c723ccc0b80134b8745b08ccbf7f2dbfe4d /drivers/gpio/Kconfig
parentf29b9d13ddb32f84f33197042ca187c531cfda7a (diff)
downloadlinux-9af4d80ba5666579944f570e113c5a87444afbde.tar.xz
gpio: New driver for LSI ZEVIO SoCs
This driver supports the GPIO controller found in LSI ZEVIO SoCs. It has been successfully tested on a TI nspire CX calculator. Signed-off-by: Fabian Vogt <fabian@ritter-vogt.de> 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 3bddd36..5e8bd21 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -145,6 +145,12 @@ config GPIO_EP93XX
depends on ARCH_EP93XX
select GPIO_GENERIC
+config GPIO_ZEVIO
+ bool "LSI ZEVIO SoC memory mapped GPIOs"
+ depends on OF
+ help
+ Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
+
config GPIO_MM_LANTIQ
bool "Lantiq Memory mapped GPIOs"
depends on LANTIQ && SOC_XWAY