[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1445575878-31215-1-git-send-email-soren.brinkmann@xilinx.com>
Date: Thu, 22 Oct 2015 21:51:18 -0700
From: Soren Brinkmann <soren.brinkmann@...inx.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>
CC: <linux-kernel@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
"Zubair Lutfullah Kakakhel" <Zubair.Kakakhel@...tec.com>,
Moritz Fischer <moritz.fischer@...us.com>,
Lars-Peter Clausen <lars@...afoo.de>,
"Soren Brinkmann" <soren.brinkmann@...inx.com>
Subject: [PATCH v2] 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@...inx.com>
Acked-by: Moritz Fischer <moritz.fischer@...us.com>
---
v2:
- rebased
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 597b8d4ab74f..45dfeef6018f 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 || MIPS)
+ depends on OF_GPIO
help
Say yes here to support the Xilinx FPGA GPIO device
--
2.6.2.3.ga463a5b
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists