diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2015-10-23 07:51:18 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-27 18:47:18 +0300 |
commit | 79786721c29ff8fecf2903ba080479476015553d (patch) | |
tree | ecb40da91af64073a25aa2bd00b4076dbe67c320 /drivers/gpio | |
parent | b2f68b6306dbdbfd9b8cf46c697b52efa78f9ad6 (diff) | |
download | linux-79786721c29ff8fecf2903ba080479476015553d.tar.xz |
gpio: xilinx: Drop architecture dependencies
The driver does not have any real architecture dependencies. To avoid
listing each architecture that might use this driver on some
FPGA-enabled platform, drop these dependencies.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: Moritz Fischer <moritz.fischer@ettus.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 27ce2ec0d036..dbb171d46a48 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -513,7 +513,7 @@ config GPIO_XGENE_SB config GPIO_XILINX tristate "Xilinx GPIO support" - depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86 || MIPS) + depends on OF_GPIO help Say yes here to support the Xilinx FPGA GPIO device |