hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/staging/axis-fifo/Kconfig
....@@ -1,10 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 #
23 # "Xilinx AXI-Stream FIFO IP core driver"
34 #
45 config XIL_AXIS_FIFO
56 tristate "Xilinx AXI-Stream FIFO IP core driver"
6
- depends on OF
7
- default n
7
+ depends on OF && HAS_IOMEM
88 help
9
- This adds support for the Xilinx AXI-Stream
10
- FIFO IP core driver.
9
+ This adds support for the Xilinx AXI-Stream FIFO IP core driver.
10
+ The AXI Streaming FIFO allows memory mapped access to a AXI Streaming
11
+ interface. The Xilinx AXI-Stream FIFO IP core can be used to interface
12
+ to the AXI Ethernet without the need to use DMA.