spi: imx: fix error return code in spi_imx_probe()
[linux-2.6/btrfs-unstable.git] / drivers / fpga / Kconfig
blobd61410299ec0cf806a7c0e613f97e894c5efcd73
2 # FPGA framework configuration
5 menu "FPGA Configuration Support"
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.
14 if FPGA
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.
22 config FPGA_MGR_ZYNQ_FPGA
23         tristate "Xilinx Zynq FPGA"
24         depends on HAS_DMA
25         help
26           FPGA manager driver support for Xilinx Zynq FPGAs.
28 endif # FPGA
30 endmenu