Re: [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge
From: Alan Tull <atull@kernel.org>
Date: 2017-09-21 19:50:50
Also in:
linux-fpga, lkml
From: Alan Tull <atull@kernel.org>
Date: 2017-09-21 19:50:50
Also in:
linux-fpga, lkml
On Thu, Sep 21, 2017 at 2:11 PM, Moritz Fischer [off-list ref] wrote: Hi Moritz,
Hi, On Mon, Jun 26, 2017 at 09:51:59AM +0800, Wu Hao wrote:quoted
This patch removes OF dependency of fpga-bridge, it allows drivers to use fpga-bridge class without device tree support. Signed-off-by: Wu Hao <redacted> --- drivers/fpga/Kconfig | 1 - 1 file changed, 1 deletion(-)diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index ed600d5..c1d8f41 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig@@ -75,7 +75,6 @@ config FPGA_MGR_ZYNQ_FPGA config FPGA_BRIDGE tristate "FPGA Bridge Framework" - depends on OFShouldn't that dependency be removed in the patch that removes the dependency, or was the dependency never there in the first place?
It wasn't dependent on OF in the first place. Thanks, Alan
quoted
help Say Y here if you want to support bridges connected between host processors and FPGAs or between FPGAs. -- 1.8.3.1Thanks, Moritz