2 # Industrial I/O subsytem configuration
6 tristate "Industrial I/O support"
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.
14 config IIO_RING_BUFFER
15 bool "Enable ring buffer support within IIO"
17 Provide core support for various ring buffer based data
23 tristate "Industrial I/O lock free software ring"
25 example software ring buffer implementation. The design aim
26 of this particular realization was to minize write locking
27 with the intention that some devices would be able to write
30 endif # IIO_RINGBUFFER
33 boolean "Enable triggered sampling support"
35 Provides IIO core support for triggers. Currently these
36 are used to initialize capture of samples to push into
37 ring buffers. The triggers are effectively a 'capture
41 source "drivers/staging/iio/accel/Kconfig"
42 source "drivers/staging/iio/adc/Kconfig"
43 source "drivers/staging/iio/light/Kconfig"
45 source "drivers/staging/iio/trigger/Kconfig"