aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/Kconfig
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2019-08-19 15:48:08 -0500
committerMoritz Fischer <mdf@kernel.org>2019-08-24 11:38:29 -0700
commite58915179f3f4a839ea3b9aeae1c1e13e98e33b1 (patch)
tree591f35bb204eda94683f9d359ecde4ddf51d7948 /drivers/fpga/Kconfig
parentfpga: altera-cvp: Preparation for V2 parts. (diff)
downloadlinux-dev-e58915179f3f4a839ea3b9aeae1c1e13e98e33b1.tar.xz
linux-dev-e58915179f3f4a839ea3b9aeae1c1e13e98e33b1.zip
fpga: altera-cvp: Add Stratix10 (V2) Support
Add Stratix10 specific functions that use a credit mechanism to throttle data to the CvP FIFOs. Add a private structure with function pointers for V1 vs V2 functions. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r--drivers/fpga/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 474f304ec109..f50956ec1300 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -45,11 +45,11 @@ config FPGA_MGR_ALTERA_PS_SPI
using the passive serial interface over SPI.
config FPGA_MGR_ALTERA_CVP
- tristate "Altera Arria-V/Cyclone-V/Stratix-V CvP FPGA Manager"
+ tristate "Altera CvP FPGA Manager"
depends on PCI
help
- FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V
- and Arria 10 Altera FPGAs using the CvP interface over PCIe.
+ FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V,
+ Arria 10 and Stratix10 Altera FPGAs using the CvP interface over PCIe.
config FPGA_MGR_ZYNQ_FPGA
tristate "Xilinx Zynq FPGA"