diff options
author | Moses Christopher <moseschristopherb@gmail.com> | 2019-04-13 21:59:03 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-16 13:38:15 +0200 |
commit | 827ad2c7b303dc0102b61820868d4c01d0d8e0b2 (patch) | |
tree | fea103c1fb814d47702497cce5550cfed8bd32bc /drivers/staging/axis-fifo | |
parent | affbeba3a299a8b2e8befa9e487d94bcca744cf7 (diff) |
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>
Diffstat (limited to 'drivers/staging/axis-fifo')
-rw-r--r-- | drivers/staging/axis-fifo/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/axis-fifo/Kconfig b/drivers/staging/axis-fifo/Kconfig index 09709cd8173d..89e0d4db808d 100644 --- a/drivers/staging/axis-fifo/Kconfig +++ b/drivers/staging/axis-fifo/Kconfig @@ -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. |