mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-19 13:34:07 +00:00
iio: remove mention of ring buffer from CONFIG_IIO_KFIFO_BUF, CONFIG_IIO_TRIGGER description
ring buffers are only in staging, don't mention them here Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
93232cd564
commit
1b2bbe3e66
1 changed files with 2 additions and 3 deletions
|
@ -30,8 +30,7 @@ config IIO_KFIFO_BUF
|
||||||
select IIO_TRIGGER
|
select IIO_TRIGGER
|
||||||
tristate "Industrial I/O buffering based on kfifo"
|
tristate "Industrial I/O buffering based on kfifo"
|
||||||
help
|
help
|
||||||
A simple fifo based on kfifo. Use this if you want a fifo
|
A simple fifo based on kfifo. Note that this currently provides
|
||||||
rather than a ring buffer. Note that this currently provides
|
|
||||||
no buffer events so it is up to userspace to work out how
|
no buffer events so it is up to userspace to work out how
|
||||||
often to read from the buffer.
|
often to read from the buffer.
|
||||||
|
|
||||||
|
@ -49,7 +48,7 @@ config IIO_TRIGGER
|
||||||
help
|
help
|
||||||
Provides IIO core support for triggers. Currently these
|
Provides IIO core support for triggers. Currently these
|
||||||
are used to initialize capture of samples to push into
|
are used to initialize capture of samples to push into
|
||||||
ring buffers. The triggers are effectively a 'capture
|
buffers. The triggers are effectively a 'capture
|
||||||
data now' interrupt.
|
data now' interrupt.
|
||||||
|
|
||||||
config IIO_CONSUMERS_PER_TRIGGER
|
config IIO_CONSUMERS_PER_TRIGGER
|
||||||
|
|
Loading…
Add table
Reference in a new issue