diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2015-10-14 15:51:54 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-19 09:52:41 +0300 |
commit | 85001089a764d6d12b47f33a8c9b49cf06cfe045 (patch) | |
tree | cfe13ec83b4219d7840473ff7bd8e3ef952aea22 /drivers | |
parent | 90b665f627b18822a7bbebeff44ce730ccf74275 (diff) | |
download | linux-85001089a764d6d12b47f33a8c9b49cf06cfe045.tar.xz |
gpio/xilinx: enable for MIPS
MIPSfpga uses the axi gpio controller. Enable the driver for MIPS.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-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 63000b1f9da8..597b8d4ab74f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -506,7 +506,7 @@ config GPIO_XGENE_SB config GPIO_XILINX tristate "Xilinx GPIO support" - depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) + depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86 || MIPS) help Say yes here to support the Xilinx FPGA GPIO device |