fpga: add fpga bridge framework
[linux-block.git] / drivers / fpga / Kconfig
CommitLineData
6a8c3be7
AT
1#
2# FPGA framework configuration
3#
4
5menu "FPGA Configuration Support"
6
7config FPGA
8 tristate "FPGA Configuration Framework"
9 help
10 Say Y here if you want support for configuring FPGAs from the
11 kernel. The FPGA framework adds a FPGA manager class and FPGA
12 manager drivers.
13
fab6266e
AT
14if FPGA
15
16config FPGA_MGR_SOCFPGA
17 tristate "Altera SOCFPGA FPGA Manager"
18 depends on ARCH_SOCFPGA
19 help
20 FPGA manager driver support for Altera SOCFPGA.
21
37784706
MF
22config FPGA_MGR_ZYNQ_FPGA
23 tristate "Xilinx Zynq FPGA"
54e9b099 24 depends on ARCH_ZYNQ || COMPILE_TEST
1c8cb409 25 depends on HAS_DMA
37784706
MF
26 help
27 FPGA manager driver support for Xilinx Zynq FPGAs.
28
21aeda95
AT
29config FPGA_BRIDGE
30 tristate "FPGA Bridge Framework"
31 depends on OF
32 help
33 Say Y here if you want to support bridges connected between host
34 processors and FPGAs or between FPGAs.
35
fab6266e
AT
36endif # FPGA
37
6a8c3be7 38endmenu