aboutsummaryrefslogtreecommitdiffstats
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
parent2ffdcd3dec720c6213b52f3fd8f5681e2d015cdf (diff)
iio: fix Kconfig typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--drivers/iio/Kconfig2
-rw-r--r--drivers/iio/pressure/Kconfig8
-rw-r--r--drivers/iio/trigger/Kconfig2
3 files changed, 6 insertions, 6 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
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
index 9427f01e1499..3cba7f551ebe 100644
--- a/drivers/iio/pressure/Kconfig
+++ b/drivers/iio/pressure/Kconfig
@@ -1,18 +1,18 @@
1# 1#
2# Pressure drivers 2# Pressure drivers
3# 3#
4menu "Pressure Sensors" 4menu "Pressure sensors"
5 5
6config IIO_ST_PRESS 6config IIO_ST_PRESS
7 tristate "STMicroelectronics pressures Driver" 7 tristate "STMicroelectronics pressure sensor Driver"
8 depends on (I2C || SPI_MASTER) && SYSFS 8 depends on (I2C || SPI_MASTER) && SYSFS
9 select IIO_ST_SENSORS_CORE 9 select IIO_ST_SENSORS_CORE
10 select IIO_ST_PRESS_I2C if (I2C) 10 select IIO_ST_PRESS_I2C if (I2C)
11 select IIO_ST_PRESS_SPI if (SPI_MASTER) 11 select IIO_ST_PRESS_SPI if (SPI_MASTER)
12 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 12 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
13 help 13 help
14 Say yes here to build support for STMicroelectronics pressures: 14 Say yes here to build support for STMicroelectronics pressure
15 LPS331AP. 15 sensors: LPS331AP.
16 16
17 This driver can also be built as a module. If so, will be created 17 This driver can also be built as a module. If so, will be created
18 these modules: 18 these modules:
diff --git a/drivers/iio/trigger/Kconfig b/drivers/iio/trigger/Kconfig
index 360fd508b088..0a4a5164963f 100644
--- a/drivers/iio/trigger/Kconfig
+++ b/drivers/iio/trigger/Kconfig
@@ -17,7 +17,7 @@ config IIO_SYSFS_TRIGGER
17 depends on SYSFS 17 depends on SYSFS
18 select IRQ_WORK 18 select IRQ_WORK
19 help 19 help
20 Provides support for using SYSFS entry as IIO triggers. 20 Provides support for using SYSFS entries as IIO triggers.
21 If unsure, say N (but it's safe to say "Y"). 21 If unsure, say N (but it's safe to say "Y").
22 22
23 To compile this driver as a module, choose M here: the 23 To compile this driver as a module, choose M here: the