aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/Kconfig')
-rw-r--r--drivers/iio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index 4132935dc929..4011effe4c05 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -21,7 +21,7 @@ config IIO_BUFFER
21if IIO_BUFFER 21if IIO_BUFFER
22 22
23config IIO_BUFFER_CB 23config IIO_BUFFER_CB
24boolean "IIO callback buffer used for push in-kernel interfaces" 24 bool "IIO callback buffer used for push in-kernel interfaces"
25 help 25 help
26 Should be selected by any drivers that do in-kernel 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.
@@ -43,7 +43,7 @@ config IIO_TRIGGERED_BUFFER
43endif # IIO_BUFFER 43endif # IIO_BUFFER
44 44
45config IIO_TRIGGER 45config IIO_TRIGGER
46 boolean "Enable triggered sampling support" 46 bool "Enable triggered sampling support"
47 help 47 help
48 Provides IIO core support for triggers. Currently these 48 Provides IIO core support for triggers. Currently these
49 are used to initialize capture of samples to push into 49 are used to initialize capture of samples to push into