199b75a4eSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 24a965c5fSJacob Feder# 34a965c5fSJacob Feder# "Xilinx AXI-Stream FIFO IP core driver" 44a965c5fSJacob Feder# 54a965c5fSJacob Federconfig XIL_AXIS_FIFO 64a965c5fSJacob Feder tristate "Xilinx AXI-Stream FIFO IP core driver" 7*d3aa8de6SBrendan Higgins depends on OF && HAS_IOMEM 84a965c5fSJacob Feder help 9827ad2c7SMoses Christopher This adds support for the Xilinx AXI-Stream FIFO IP core driver. 10827ad2c7SMoses Christopher The AXI Streaming FIFO allows memory mapped access to a AXI Streaming 11827ad2c7SMoses Christopher interface. The Xilinx AXI-Stream FIFO IP core can be used to interface 12827ad2c7SMoses Christopher to the AXI Ethernet without the need to use DMA. 13