summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndreas Werner2016-02-29 19:44:43 +0100
committerLinus Walleij2016-03-09 03:44:52 +0100
commitf436bc2726c6451bd15b63f100f00dcee52ba103 (patch)
tree01d5d6e7afa3f10de582c258546630d6c48c6e24 /drivers/gpio/Kconfig
parentgpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free (diff)
downloadkernel-qcow2-linux-f436bc2726c6451bd15b63f100f00dcee52ba103.tar.gz
kernel-qcow2-linux-f436bc2726c6451bd15b63f100f00dcee52ba103.tar.xz
kernel-qcow2-linux-f436bc2726c6451bd15b63f100f00dcee52ba103.zip
gpio: add driver for MEN 16Z127 GPIO controller
The 16Z127 is a 32bit GPIO controller on a MCB FPGA. Every single line can be configured as input and output. Push pull and open drain are supported as well as setting a debounce value for the input lines. Signed-off-by: Andreas Werner <andy@wernerandy.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 366656111d22..8de7f05209a7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -270,6 +270,13 @@ config GPIO_MB86S7X
help
Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
+config GPIO_MENZ127
+ tristate "MEN 16Z127 GPIO support"
+ depends on MCB
+ select GPIO_GENERIC
+ help
+ Say yes here to support the MEN 16Z127 GPIO Controller
+
config GPIO_MM_LANTIQ
bool "Lantiq Memory mapped GPIOs"
depends on LANTIQ && SOC_XWAY