projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec6988
)
iio: Deselect IIO_TRIGGER for IIO_KFIFO_BUF
author
Karol Wrona
<k.wrona@samsung.com>
Thu, 8 Jan 2015 16:40:27 +0000
(17:40 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 25 Jan 2015 22:53:35 +0000
(22:53 +0000)
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>
drivers/iio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/Kconfig
b/drivers/iio/Kconfig
index 345395e9dc6e9feb509676e7db8a6de7b6eefc0f..4132935dc929a5a891b36908efd50978a67f7ea6 100644
(file)
--- a/
drivers/iio/Kconfig
+++ b/
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.
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