diff options
author | Fabian Vogt <fabian@ritter-vogt.de> | 2014-02-24 20:54:58 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-27 10:30:42 +0100 |
commit | 9af4d80ba5666579944f570e113c5a87444afbde (patch) | |
tree | d14c2c723ccc0b80134b8745b08ccbf7f2dbfe4d /drivers/gpio/Kconfig | |
parent | f29b9d13ddb32f84f33197042ca187c531cfda7a (diff) | |
download | linux-9af4d80ba5666579944f570e113c5a87444afbde.tar.gz linux-9af4d80ba5666579944f570e113c5a87444afbde.tar.bz2 linux-9af4d80ba5666579944f570e113c5a87444afbde.zip |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3bddd36d2d12..5e8bd21240a1 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 |