# SPDX-License-Identifier: GPL-2.0-only # # Xillybus devices # config [31mCONFIG_XILLYBUS[0m tristate "Xillybus generic FPGA interface" depends on [31mCONFIG_PCI[0m || [31mCONFIG_OF[0m select [31mCONFIG_CRC32[0m help Xillybus is a generic interface for peripherals designed on programmable logic ([31mCONFIG_FPGA[0m). The driver probes the hardware for its capabilities, and creates device files accordingly. If unsure, say N. if [31mCONFIG_XILLYBUS[0m config [31mCONFIG_XILLYBUS_PCIE[0m tristate "Xillybus over PCIe" depends on [31mCONFIG_PCI_MSI[0m help Set to [31mCONFIG_M[0m if you want Xillybus to use [31mCONFIG_PCI[0m Express for communicating with the [31mCONFIG_FPGA[0m. config [31mCONFIG_XILLYBUS_OF[0m tristate "Xillybus over Device Tree" depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_DMA[0m help Set to [31mCONFIG_M[0m if you want Xillybus to find its resources from the Open Firmware Flattened Device Tree. If the target is an embedded system, say [31mCONFIG_M[0m. endif # if [31mCONFIG_XILLYBUS[0m |