public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] fpga manager: Add hardware dependency to Zynq driver
@ 2016-09-08  8:29 Jean Delvare
  2016-09-08 14:38 ` atull
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2016-09-08  8:29 UTC (permalink / raw)
  To: LKML
  Cc: Moritz Fischer, Alan Tull, Michal Simek,  Sören Brinkmann,
	Andrew Morton

The Zynq FPGA manager driver serves no purpose on other architectures
so hide it unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>
Acked-by: Alan Tull <atull@opensource.altera.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
---
Changes since v1:
* Rebased on top of v4.8-rc5.

I have already sent this patch on 2016-01-22 and 2016-07-07, it was
approved by everybody involved each time, but apparently it got lost
somewhere as I still can't find it upstream.

 drivers/fpga/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.8-rc5.orig/drivers/fpga/Kconfig	2016-09-08 10:22:11.166730687 +0200
+++ linux-4.8-rc5/drivers/fpga/Kconfig	2016-09-08 10:22:38.621067814 +0200
@@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
 
 config FPGA_MGR_ZYNQ_FPGA
 	tristate "Xilinx Zynq FPGA"
+	depends on ARCH_ZYNQ || COMPILE_TEST
 	depends on HAS_DMA
 	help
 	  FPGA manager driver support for Xilinx Zynq FPGAs.


-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2016-09-08 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08  8:29 [PATCH v2] fpga manager: Add hardware dependency to Zynq driver Jean Delvare
2016-09-08 14:38 ` atull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox