summaryrefslogtreecommitdiffstats
path: root/drivers/iio/Kconfig
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2013-06-23 17:28:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-08-03 13:40:29 -0400
commit93232cd56433c7495084b103b989c6ae7bdb203e (patch)
tree31e9412b8e1de3e130813dada8eb2c4d5d500012 /drivers/iio/Kconfig
parent2ffdcd3dec720c6213b52f3fd8f5681e2d015cdf (diff)
iio: fix Kconfig typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/Kconfig')
-rw-r--r--drivers/iio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index 9af763a90d93..be8e303789af 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -23,7 +23,7 @@ if IIO_BUFFER
23config IIO_BUFFER_CB 23config IIO_BUFFER_CB
24boolean "IIO callback buffer used for push in-kernel interfaces" 24boolean "IIO callback buffer used for push in-kernel interfaces"
25 help 25 help
26 Should be selected by any drivers that do-inkernel push 26 Should be selected by any drivers that do in-kernel push
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