Commit ab80496a authored by Karol Wrona's avatar Karol Wrona Committed by Jonathan Cameron

iio: Deselect IIO_TRIGGER for IIO_KFIFO_BUF

iio kfifo can be used without trigger support so there is no need to build it.
Signed-off-by: default avatarKarol Wrona <k.wrona@samsung.com>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 3ec69881
......@@ -27,7 +27,6 @@ boolean "IIO callback buffer used for push in-kernel interfaces"
usage. That is, those where the data is pushed to the consumer.
config IIO_KFIFO_BUF
select IIO_TRIGGER
tristate "Industrial I/O buffering based on kfifo"
help
A simple fifo based on kfifo. Note that this currently provides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment