Ver código fonte

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: Karol Wrona <k.wrona@samsung.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Karol Wrona 10 anos atrás
pai
commit
ab80496a81
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      drivers/iio/Kconfig

+ 0 - 1
drivers/iio/Kconfig

@@ -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.
 	  usage.  That is, those where the data is pushed to the consumer.
 
 
 config IIO_KFIFO_BUF
 config IIO_KFIFO_BUF
-	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.  Note that this currently provides
 	  A simple fifo based on kfifo.  Note that this currently provides