Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438294 > unrolled thread
| Started by | Jean Delvare <jdelvare@suse.de> |
|---|---|
| First post | 2016-07-07 10:10 +0200 |
| Last post | 2016-07-07 10:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] fpga: zynq: Add hardware dependencies Jean Delvare <jdelvare@suse.de> - 2016-07-07 10:10 +0200
| From | Jean Delvare <jdelvare@suse.de> |
|---|---|
| Date | 2016-07-07 10:10 +0200 |
| Subject | [PATCH] fpga: zynq: Add hardware dependencies |
| Message-ID | <rScxJ-4ic-69@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web