diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2013-06-23 17:28:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 13:40:29 -0400 |
commit | 93232cd56433c7495084b103b989c6ae7bdb203e (patch) | |
tree | 31e9412b8e1de3e130813dada8eb2c4d5d500012 | |
parent | 2ffdcd3dec720c6213b52f3fd8f5681e2d015cdf (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/Kconfig | 2 | ||||
-rw-r--r-- | drivers/iio/pressure/Kconfig | 8 | ||||
-rw-r--r-- | drivers/iio/trigger/Kconfig | 2 |
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 | |||
23 | config IIO_BUFFER_CB | 23 | config IIO_BUFFER_CB |
24 | boolean "IIO callback buffer used for push in-kernel interfaces" | 24 | boolean "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 | ||
29 | config IIO_KFIFO_BUF | 29 | config 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 | # |
4 | menu "Pressure Sensors" | 4 | menu "Pressure sensors" |
5 | 5 | ||
6 | config IIO_ST_PRESS | 6 | config 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 |