mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
Staging: iio: kconfig and make edits
Fix spelling, typos, indentation in iio Kconfig files. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
73d3f6652a
commit
7e0463839c
2 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ menuconfig IIO
|
||||||
---help---
|
---help---
|
||||||
The industrial I/O subsystem provides a unified framework for
|
The industrial I/O subsystem provides a unified framework for
|
||||||
drivers for many different types of embedded sensors using a
|
drivers for many different types of embedded sensors using a
|
||||||
number of different physical interfaces (i2c, spi etc). See
|
number of different physical interfaces (i2c, spi, etc). See
|
||||||
Documentation/industrialio for more information.
|
Documentation/industrialio for more information.
|
||||||
if IIO
|
if IIO
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ if IIO_RING_BUFFER
|
||||||
config IIO_SW_RING
|
config IIO_SW_RING
|
||||||
tristate "Industrial I/O lock free software ring"
|
tristate "Industrial I/O lock free software ring"
|
||||||
help
|
help
|
||||||
example software ring buffer implementation. The design aim
|
Example software ring buffer implementation. The design aim
|
||||||
of this particular realization was to minize write locking
|
of this particular realization was to minimize write locking
|
||||||
with the intention that some devices would be able to write
|
with the intention that some devices would be able to write
|
||||||
in interrupt context.
|
in interrupt context.
|
||||||
|
|
||||||
endif # IIO_RINGBUFFER
|
endif # IIO_RINGBUFFER
|
||||||
|
|
||||||
|
|
|
@ -9,13 +9,13 @@ config IIO_PERIODIC_RTC_TRIGGER
|
||||||
tristate "Periodic RTC triggers"
|
tristate "Periodic RTC triggers"
|
||||||
depends on RTC_CLASS
|
depends on RTC_CLASS
|
||||||
help
|
help
|
||||||
Provides support for using periodic capable real time
|
Provides support for using periodic capable real time
|
||||||
clocks as IIO triggers.
|
clocks as IIO triggers.
|
||||||
|
|
||||||
config IIO_GPIO_TRIGGER
|
config IIO_GPIO_TRIGGER
|
||||||
tristate "GPIO trigger"
|
tristate "GPIO trigger"
|
||||||
depends on GENERIC_GPIO
|
depends on GENERIC_GPIO
|
||||||
help
|
help
|
||||||
Provides support for using GPIO pins as IIO triggers.
|
Provides support for using GPIO pins as IIO triggers.
|
||||||
|
|
||||||
endif # IIO_TRIGGER
|
endif # IIO_TRIGGER
|
||||||
|
|
Loading…
Reference in a new issue