summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/Kconfig
blob: 64ce9f91b6a8e3ce8c99336eb1dda3db060f403e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# FPGA framework configuration
#

menu "FPGA Configuration Support"

config FPGA
	tristate "FPGA Configuration Framework"
	help
	  Say Y here if you want support for configuring FPGAs from barebox.

if FPGA

config FPGA_BRIDGE
	tristate "FPGA Bridge Framework"
	help
	  Say Y here if you want to support bridges connected between host
	  processors and FPGAs or between FPGAs.

config SOCFPGA_FPGA_BRIDGE
	tristate "Altera SoCFPGA FPGA Bridges"
	depends on ARCH_SOCFPGA && FPGA_BRIDGE
	select RESET_CONTROLLER
	help
	  Say Y to enable drivers for FPGA bridges for Altera SOCFPGA
	  devices.

endif # FPGA

endmenu