OSDN Git Service

staging: axis-fifo: Add elaborate description in Kconfig
authorMoses Christopher <moseschristopherb@gmail.com>
Sat, 13 Apr 2019 16:29:03 +0000 (21:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 11:38:15 +0000 (13:38 +0200)
  - 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>
drivers/staging/axis-fifo/Kconfig

index 09709cd..89e0d4d 100644 (file)
@@ -7,5 +7,7 @@ config XIL_AXIS_FIFO
        depends on OF
        default n
        help
-         This adds support for the Xilinx AXI-Stream
-         FIFO IP core driver.
+         This adds support for the Xilinx AXI-Stream 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.