Staging: IIO: Add generic ring buffer support to the IIO core
[firefly-linux-kernel-4.4.55.git] / drivers / staging / iio / Kconfig
1 #
2 # Industrial I/O subsytem configuration
3 #
4
5 menuconfig IIO
6         tristate "Industrial I/O support"
7         ---help---
8           The industrial I/O subsystem provides a unified framework for
9           drivers for many different types of embedded sensors using a
10           number of different physical interfaces (i2c, spi etc). See
11           Documentation/industrialio for more information.
12 if IIO
13
14 config IIO_RING_BUFFER
15         bool "Enable ring buffer support within IIO"
16         help
17           Provide core support for various ring buffer based data
18           acquisition methods.
19
20 source "drivers/staging/iio/accel/Kconfig"
21 source "drivers/staging/iio/adc/Kconfig"
22 source "drivers/staging/iio/light/Kconfig"
23
24 endif # IIO