public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fpga: zynq: Add hardware dependencies
@ 2016-07-07  8:07 Jean Delvare
  2016-07-17 20:45 ` Moritz Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2016-07-07  8:07 UTC (permalink / raw)
  To: LKML; +Cc: Moritz Fischer, Alan Tull, Greg Kroah-Hartman

The zynq-fpga driver is specific to its architecture, so do not
propose it on other architectures, unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Moritz Fischer <moritz.fischer@ettus.com>
Cc: Alan Tull <atull@opensource.altera.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/fpga/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.7-rc6.orig/drivers/fpga/Kconfig	2016-07-04 08:01:00.000000000 +0200
+++ linux-4.7-rc6/drivers/fpga/Kconfig	2016-07-07 09:29:50.395807394 +0200
@@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
 
 config FPGA_MGR_ZYNQ_FPGA
 	tristate "Xilinx Zynq FPGA"
+	depends on ARCH_ZYNQ || COMPILE_TEST
 	help
 	  FPGA manager driver support for Xilinx Zynq FPGAs.
 

-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2016-07-19 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07  8:07 [PATCH] fpga: zynq: Add hardware dependencies Jean Delvare
2016-07-17 20:45 ` Moritz Fischer
2016-07-19 13:50   ` atull

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