diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-06-03 08:31:20 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 01:51:55 -0400 |
commit | 78c7d8d289cf943ba7733a974b243650b2164f9e (patch) | |
tree | a8a6be5868d512735225527223a813832f250a4c /drivers/gpio/Kconfig | |
parent | 6090a0fa5cefe6cc0aa95786b21dcf1bf19942da (diff) |
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/Kconfig')
-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 | |||
234 | 234 | ||
235 | config GPIO_XILINX | 235 | config GPIO_XILINX |
236 | bool "Xilinx GPIO support" | 236 | bool "Xilinx GPIO support" |
237 | depends on PPC_OF || MICROBLAZE | 237 | depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ |
238 | help | 238 | help |
239 | Say yes here to support the Xilinx FPGA GPIO device | 239 | Say yes here to support the Xilinx FPGA GPIO device |
240 | 240 | ||