linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: xilinx: Drop architecture dependencies
@ 2015-10-19 17:42 Soren Brinkmann
  2015-10-19 17:52 ` Moritz Fischer
  2015-10-23  4:51 ` [PATCH v2] " Soren Brinkmann
  0 siblings, 2 replies; 4+ messages in thread
From: Soren Brinkmann @ 2015-10-19 17:42 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot
  Cc: linux-kernel, linux-gpio, Zubair Lutfullah Kakakhel,
	Moritz Fischer, Lars-Peter Clausen, Soren Brinkmann

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>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 63000b1f9da8..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)
+	depends on OF_GPIO
 	help
 	  Say yes here to support the Xilinx FPGA GPIO device
 
-- 
2.6.2.3.ga463a5b

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-27 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 17:42 [PATCH] gpio: xilinx: Drop architecture dependencies Soren Brinkmann
2015-10-19 17:52 ` Moritz Fischer
2015-10-23  4:51 ` [PATCH v2] " Soren Brinkmann
2015-10-27 15:47   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).