diff options
Diffstat (limited to 'drivers/staging/iio/Kconfig')
-rw-r--r-- | drivers/staging/iio/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/iio/Kconfig b/drivers/staging/iio/Kconfig index e6235d172cb7..f96d5b5d5141 100644 --- a/drivers/staging/iio/Kconfig +++ b/drivers/staging/iio/Kconfig @@ -5,17 +5,17 @@ menuconfig IIO tristate "Industrial I/O support" depends on !S390 - ---help--- + help The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a number of different physical interfaces (i2c, spi, etc). See - Documentation/industrialio for more information. + drivers/staging/iio/Documentation for more information. if IIO config IIO_RING_BUFFER - bool "Enable ring buffer support within IIO" + bool "Enable buffer support within IIO" help - Provide core support for various ring buffer based data + Provide core support for various buffer based data acquisition methods. if IIO_RING_BUFFER |