diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-06-03 14:31:20 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 07:51:55 +0200 |
commit | 78c7d8d289cf943ba7733a974b243650b2164f9e (patch) | |
tree | a8a6be5868d512735225527223a813832f250a4c /drivers/gpio | |
parent | 6090a0fa5cefe6cc0aa95786b21dcf1bf19942da (diff) | |
download | linux-stable-78c7d8d289cf943ba7733a974b243650b2164f9e.tar.gz linux-stable-78c7d8d289cf943ba7733a974b243650b2164f9e.tar.bz2 linux-stable-78c7d8d289cf943ba7733a974b243650b2164f9e.zip |
GPIO: xilinx: Enable driver for Xilinx zynq
Enable gpio driver for usage on Xilinx ARM zynq platform.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d133dd85443e..0d514f6af469 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -234,7 +234,7 @@ config GPIO_TS5500 config GPIO_XILINX bool "Xilinx GPIO support" - depends on PPC_OF || MICROBLAZE + depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ help Say yes here to support the Xilinx FPGA GPIO device |