13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# "Xilinx AXI-Stream FIFO IP core driver"4#5config XIL_AXIS_FIFO6 tristate "Xilinx AXI-Stream FIFO IP core driver"7 depends on OF && HAS_IOMEM8 help9 This adds support for the Xilinx AXI-Stream FIFO IP core driver.10 The AXI Streaming FIFO allows memory mapped access to a AXI Streaming11 interface. The Xilinx AXI-Stream FIFO IP core can be used to interface12 to the AXI Ethernet without the need to use DMA.13