]> Pileus Git - ~andy/linux/commitdiff
iio: remove mention of ring buffer from CONFIG_IIO_KFIFO_BUF, CONFIG_IIO_TRIGGER...
authorPeter Meerwald <pmeerw@pmeerw.net>
Sun, 23 Jun 2013 21:28:00 +0000 (22:28 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Aug 2013 17:40:30 +0000 (18:40 +0100)
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>
drivers/iio/Kconfig

index be8e303789af2f700c7c09850d58eaf03bccdc3e..524380c9ae6cbb9d7fce512ea9a4b40635e8b41c 100644 (file)
@@ -30,8 +30,7 @@ config IIO_KFIFO_BUF
        select IIO_TRIGGER
        tristate "Industrial I/O buffering based on kfifo"
        help
-         A simple fifo based on kfifo.  Use this if you want a fifo
-         rather than a ring buffer. Note that this currently provides
+         A simple fifo based on kfifo.  Note that this currently provides
          no buffer events so it is up to userspace to work out how
          often to read from the buffer.
 
@@ -49,7 +48,7 @@ config IIO_TRIGGER
        help
          Provides IIO core support for triggers.  Currently these
          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.
 
 config IIO_CONSUMERS_PER_TRIGGER