mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
staging: axis-fifo: Add elaborate description in Kconfig
- The Xilinx AXI-Stream FIFO IP core driver description is elaborated. - References: Xilinx PG080 document, axis-fifo.txt Signed-off-by: Moses Christopher <moseschristopherb@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
affbeba3a2
commit
827ad2c7b3
1 changed files with 4 additions and 2 deletions
|
@ -7,5 +7,7 @@ config XIL_AXIS_FIFO
|
||||||
depends on OF
|
depends on OF
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This adds support for the Xilinx AXI-Stream
|
This adds support for the Xilinx AXI-Stream FIFO IP core driver.
|
||||||
FIFO IP core driver.
|
The AXI Streaming FIFO allows memory mapped access to a AXI Streaming
|
||||||
|
interface. The Xilinx AXI-Stream FIFO IP core can be used to interface
|
||||||
|
to the AXI Ethernet without the need to use DMA.
|
||||||
|
|
Loading…
Reference in a new issue