Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1438294

[PATCH] fpga: zynq: Add hardware dependencies

From Jean Delvare <jdelvare@suse.de>
Newsgroups linux.kernel
Subject [PATCH] fpga: zynq: Add hardware dependencies
Date 2016-07-07 10:10 +0200
Message-ID <rScxJ-4ic-69@gated-at.bofh.it> (permalink)
Organization SUSE Linux

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] fpga: zynq: Add hardware dependencies Jean Delvare <jdelvare@suse.de> - 2016-07-07 10:10 +0200

csiph-web