]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/fpga/Kconfig
Merge tag 'topic/drm-fixes-2015-11-11' of git://anongit.freedesktop.org/drm-intel...
[mirror_ubuntu-bionic-kernel.git] / drivers / fpga / Kconfig
1 #
2 # FPGA framework configuration
3 #
4
5 menu "FPGA Configuration Support"
6
7 config 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
14 if FPGA
15
16 config 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
22 config FPGA_MGR_ZYNQ_FPGA
23 tristate "Xilinx Zynq FPGA"
24 help
25 FPGA manager driver support for Xilinx Zynq FPGAs.
26
27 endif # FPGA
28
29 endmenu