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


Groups > linux.kernel > #1674377 > unrolled thread

[PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge

Started byWu Hao <hao.wu@intel.com>
First post2017-06-26 04:00 +0200
Last post2017-06-26 04:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge Wu Hao <hao.wu@intel.com> - 2017-06-26 04:00 +0200

#1674377 — [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge

FromWu Hao <hao.wu@intel.com>
Date2017-06-26 04:00 +0200
Subject[PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge
Message-ID<tWrtL-4is-1@gated-at.bofh.it>
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 <hao.wu@intel.com>
---
 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 OF
 	help
 	  Say Y here if you want to support bridges connected between host
 	  processors and FPGAs or between FPGAs.
-- 
1.8.3.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web