[PATCH v6 23/29] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
From: Randy Dunlap <hidden>
Date: 2018-06-12 15:27:58
Also in:
linux-fpga, lkml
From: Randy Dunlap <hidden>
Date: 2018-06-12 15:27:58
Also in:
linux-fpga, lkml
Hi, On 06/12/2018 03:10 AM, Wu Hao wrote:
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index a0aa163..e3b140e 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig@@ -174,6 +174,15 @@ config FPGA_DFL_FME_REGION help Say Y to enable FPGA Region driver for FPGA Management Engine. +config FPGA_DFL_AFU + tristate "FPGA DFL AFU Driver" + depends on FPGA_DFL + help + This is the driver for FPGA Accelerated Function Unit (AFU) which + implements AFU and Port management features. A User AFU connects + to the FPGA infrastructure via a Port. There may be more than 1
better: more than one
+ Port/AFU per DFL based FPGA device. + config FPGA_DFL_PCI tristate "FPGA DFL PCIe Device Driver" depends on PCI && FPGA_DFL
-- ~Randy