blob: dfc1f1ec093be36fa1042445ae5e73b662c296cb [file] [log] [blame]
Alan Tull6a8c3be2015-10-07 16:36:28 +01001#
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
Alan Tullfab62662015-10-07 16:36:29 +010014if 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
22endif # FPGA
23
Alan Tull6a8c3be2015-10-07 16:36:28 +010024endmenu