diff options
author | Andreas Larsson <andreas@gaisler.com> | 2013-04-17 08:36:50 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-04-26 02:50:27 -0400 |
commit | ddb27f3bf771b53e0e7aa93d0186ea5c03381e23 (patch) | |
tree | 19202eaf7b0e2d215c156e86992714f67ce804cc /drivers/gpio/Makefile | |
parent | 12028d2d216220618f76284af5f8ed510b11da55 (diff) |
gpio: grgpio: Add device driver for GRGPIO cores
This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP
core library from Aeroflex Gaisler.
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 22e07bc9fcb5..3e6be5134122 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -25,6 +25,7 @@ obj-$(CONFIG_ARCH_DAVINCI) += gpio-davinci.o | |||
25 | obj-$(CONFIG_GPIO_EM) += gpio-em.o | 25 | obj-$(CONFIG_GPIO_EM) += gpio-em.o |
26 | obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o | 26 | obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o |
27 | obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o | 27 | obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o |
28 | obj-$(CONFIG_GPIO_GRGPIO) += gpio-grgpio.o | ||
28 | obj-$(CONFIG_GPIO_ICH) += gpio-ich.o | 29 | obj-$(CONFIG_GPIO_ICH) += gpio-ich.o |
29 | obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o | 30 | obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o |
30 | obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o | 31 | obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o |