aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorKarol Wrona <k.wrona@samsung.com>2015-01-08 11:40:27 -0500
committerJonathan Cameron <jic23@kernel.org>2015-01-25 17:53:35 -0500
commitab80496a813aefafd0e33619b8b6c061a4d5c3f4 (patch)
tree45f98974eaac83c1822256d1c470617cdb184f41 /drivers/iio
parent3ec698816ab3a7aca39dd3389115840a48d5266d (diff)
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>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index 345395e9dc6e..4132935dc929 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -27,7 +27,6 @@ boolean "IIO callback buffer used for push in-kernel interfaces"
27 usage. That is, those where the data is pushed to the consumer. 27 usage. That is, those where the data is pushed to the consumer.
28 28
29config IIO_KFIFO_BUF 29config IIO_KFIFO_BUF
30 select IIO_TRIGGER
31 tristate "Industrial I/O buffering based on kfifo" 30 tristate "Industrial I/O buffering based on kfifo"
32 help 31 help
33 A simple fifo based on kfifo. Note that this currently provides 32 A simple fifo based on kfifo. Note that this currently provides