summaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAndrea Scian <andrea.scian@dave.eu>2015-03-20 15:00:25 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2015-04-29 08:41:24 (GMT)
commitd37c6288a6715dfc2cce16954facfe0a9700c64f (patch)
treef9c0b9437d24f7021c9ff5ff7b057d10e37d1a58 /drivers/gpio/Makefile
parentcc555bd4f40a652471df4a3621d45ee57df0ca11 (diff)
downloadu-boot-d37c6288a6715dfc2cce16954facfe0a9700c64f.tar.xz
gpio: add Xilinx Zynq PS GPIO driver
Most of the code is taken (and adapted) from Linux kernel driver. Just add CONFIG_ZYNQ_GPIO to you config to enable it Signed-off-by: Andrea Scian <andrea.scian@dave.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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 8ca8b05..fb40e09 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -43,3 +43,4 @@ oby-$(CONFIG_SX151X) += sx151x.o
obj-$(CONFIG_SUNXI_GPIO) += sunxi_gpio.o
obj-$(CONFIG_LPC32XX_GPIO) += lpc32xx_gpio.o
obj-$(CONFIG_STM32_GPIO) += stm32_gpio.o
+obj-$(CONFIG_ZYNQ_GPIO) += zynq_gpio.o