hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/iio/buffer/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Industrial I/O generic buffer implementations
34 #
....@@ -10,7 +11,7 @@
1011 usage. That is, those where the data is pushed to the consumer.
1112
1213 config IIO_BUFFER_DMA
13
- tristate
14
+ tristate "Industrial I/O DMA buffer infrastructure"
1415 help
1516 Provides the generic IIO DMA buffer infrastructure that can be used by
1617 drivers for devices with DMA support to implement the IIO buffer.
....@@ -19,13 +20,13 @@
1920 infrastructure.
2021
2122 config IIO_BUFFER_DMAENGINE
22
- tristate
23
+ tristate "Industrial I/O DMA buffer integration with DMAEngine"
2324 select IIO_BUFFER_DMA
2425 help
2526 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
2728 connected to an external DMA controller which is supported by the
28
- DMAengine framework.
29
+ DMAEngine framework.
2930
3031 Should be selected by drivers that want to use this functionality.
3132
....@@ -47,7 +48,7 @@
4748 often to read from the buffer.
4849
4950 config IIO_TRIGGERED_BUFFER
50
- tristate
51
+ tristate "Industrial I/O triggered buffer support"
5152 select IIO_TRIGGER
5253 select IIO_KFIFO_BUF
5354 help