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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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