2015-10-07 16:36:28 +01:00
#
# 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 the
kernel. The FPGA framework adds a FPGA manager class and FPGA
manager drivers.
2015-10-07 16:36:29 +01:00
if FPGA
2016-11-01 14:14:29 -05:00
config FPGA_REGION
tristate "FPGA Region"
depends on OF && FPGA_BRIDGE
help
FPGA Regions allow loading FPGA images under control of
the Device Tree.
2017-02-27 16:14:26 -06:00
config FPGA_MGR_ICE40_SPI
tristate "Lattice iCE40 SPI"
depends on OF && SPI
help
FPGA manager driver support for Lattice iCE40 FPGAs over SPI.
2015-10-07 16:36:29 +01:00
config FPGA_MGR_SOCFPGA
tristate "Altera SOCFPGA FPGA Manager"
2016-11-21 22:26:42 +00:00
depends on ARCH_SOCFPGA || COMPILE_TEST
2015-10-07 16:36:29 +01:00
help
FPGA manager driver support for Altera SOCFPGA.
2016-11-01 14:14:32 -05:00
config FPGA_MGR_SOCFPGA_A10
tristate "Altera SoCFPGA Arria10"
2016-11-21 22:26:42 +00:00
depends on ARCH_SOCFPGA || COMPILE_TEST
select REGMAP_MMIO
2016-11-01 14:14:32 -05:00
help
FPGA manager driver support for Altera Arria10 SoCFPGA.
2017-02-27 16:14:22 -06:00
config FPGA_MGR_TS73XX
tristate "Technologic Systems TS-73xx SBC FPGA Manager"
depends on ARCH_EP93XX && MACH_TS72XX
help
FPGA manager driver support for the Altera Cyclone II FPGA
present on the TS-73xx SBC boards.
2017-03-23 19:34:26 -05:00
config FPGA_MGR_XILINX_SPI
tristate "Xilinx Configuration over Slave Serial (SPI)"
depends on SPI
help
FPGA manager driver support for Xilinx FPGA configuration
over slave serial interface.
2015-10-16 15:42:30 -07:00
config FPGA_MGR_ZYNQ_FPGA
tristate "Xilinx Zynq FPGA"
2016-09-08 09:38:05 -05:00
depends on ARCH_ZYNQ || COMPILE_TEST
2016-08-03 13:45:46 -07:00
depends on HAS_DMA
2015-10-16 15:42:30 -07:00
help
FPGA manager driver support for Xilinx Zynq FPGAs.
2016-11-01 14:14:28 -05:00
config FPGA_BRIDGE
tristate "FPGA Bridge Framework"
depends on OF
help
Say Y here if you want to support bridges connected between host
processors and FPGAs or between FPGAs.
2016-11-01 14:14:30 -05:00
config SOCFPGA_FPGA_BRIDGE
tristate "Altera SoCFPGA FPGA Bridges"
depends on ARCH_SOCFPGA && FPGA_BRIDGE
help
Say Y to enable drivers for FPGA bridges for Altera SOCFPGA
devices.
2016-11-01 14:14:31 -05:00
config ALTERA_FREEZE_BRIDGE
tristate "Altera FPGA Freeze Bridge"
depends on ARCH_SOCFPGA && FPGA_BRIDGE
help
Say Y to enable drivers for Altera FPGA Freeze bridges. A
freeze bridge is a bridge that exists in the FPGA fabric to
isolate one region of the FPGA from the busses while that
region is being reprogrammed.
2017-03-23 19:34:28 -05:00
config ALTERA_PR_IP_CORE
tristate "Altera Partial Reconfiguration IP Core"
help
Core driver support for Altera Partial Reconfiguration IP component
2017-03-23 19:34:30 -05:00
config ALTERA_PR_IP_CORE_PLAT
tristate "Platform support of Altera Partial Reconfiguration IP Core"
depends on ALTERA_PR_IP_CORE && OF && HAS_IOMEM
help
Platform driver support for Altera Partial Reconfiguration IP
component
2015-10-07 16:36:29 +01:00
endif # FPGA
2015-10-07 16:36:28 +01:00
endmenu