.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Industrial I/O generic buffer implementations |
---|
3 | 4 | # |
---|
.. | .. |
---|
10 | 11 | usage. That is, those where the data is pushed to the consumer. |
---|
11 | 12 | |
---|
12 | 13 | config IIO_BUFFER_DMA |
---|
13 | | - tristate |
---|
| 14 | + tristate "Industrial I/O DMA buffer infrastructure" |
---|
14 | 15 | help |
---|
15 | 16 | Provides the generic IIO DMA buffer infrastructure that can be used by |
---|
16 | 17 | drivers for devices with DMA support to implement the IIO buffer. |
---|
.. | .. |
---|
19 | 20 | infrastructure. |
---|
20 | 21 | |
---|
21 | 22 | config IIO_BUFFER_DMAENGINE |
---|
22 | | - tristate |
---|
| 23 | + tristate "Industrial I/O DMA buffer integration with DMAEngine" |
---|
23 | 24 | select IIO_BUFFER_DMA |
---|
24 | 25 | help |
---|
25 | 26 | Provides a bonding of the generic IIO DMA buffer infrastructure with the |
---|
26 | | - DMAengine framework. This can be used by converter drivers with a DMA port |
---|
| 27 | + DMAEngine framework. This can be used by converter drivers with a DMA port |
---|
27 | 28 | connected to an external DMA controller which is supported by the |
---|
28 | | - DMAengine framework. |
---|
| 29 | + DMAEngine framework. |
---|
29 | 30 | |
---|
30 | 31 | Should be selected by drivers that want to use this functionality. |
---|
31 | 32 | |
---|
.. | .. |
---|
47 | 48 | often to read from the buffer. |
---|
48 | 49 | |
---|
49 | 50 | config IIO_TRIGGERED_BUFFER |
---|
50 | | - tristate |
---|
| 51 | + tristate "Industrial I/O triggered buffer support" |
---|
51 | 52 | select IIO_TRIGGER |
---|
52 | 53 | select IIO_KFIFO_BUF |
---|
53 | 54 | help |
---|