aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAndreas Werner <andy@wernerandy.de>2016-02-29 19:44:43 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-03-09 09:44:52 +0700
commitf436bc2726c6451bd15b63f100f00dcee52ba103 (patch)
tree01d5d6e7afa3f10de582c258546630d6c48c6e24 /drivers/gpio/Makefile
parentgpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free (diff)
downloadlinux-dev-f436bc2726c6451bd15b63f100f00dcee52ba103.tar.xz
linux-dev-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/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index f1d3d823d1bc..25decedba943 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -59,6 +59,7 @@ obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o
obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o
obj-$(CONFIG_GPIO_MAX732X) += gpio-max732x.o
obj-$(CONFIG_GPIO_MB86S7X) += gpio-mb86s7x.o
+obj-$(CONFIG_GPIO_MENZ127) += gpio-menz127.o
obj-$(CONFIG_GPIO_MC33880) += gpio-mc33880.o
obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o
obj-$(CONFIG_GPIO_MCP23S08) += gpio-mcp23s08.o