2 # Industrial I/O subsytem configuration
6 tristate "Industrial I/O support"
7 depends on GENERIC_HARDIRQS
9 The industrial I/O subsystem provides a unified framework for
10 drivers for many different types of embedded sensors using a
11 number of different physical interfaces (i2c, spi, etc). See
12 Documentation/iio for more information.
17 bool "Enable buffer support within IIO"
19 Provide core support for various buffer based data
26 tristate "Industrial I/O buffering based on kfifo"
28 A simple fifo based on kfifo. Use this if you want a fifo
29 rather than a ring buffer. Note that this currently provides
30 no buffer events so it is up to userspace to work out how
31 often to read from the buffer.
36 boolean "Enable triggered sampling support"
38 Provides IIO core support for triggers. Currently these
39 are used to initialize capture of samples to push into
40 ring buffers. The triggers are effectively a 'capture
43 config IIO_CONSUMERS_PER_TRIGGER
44 int "Maximum number of consumers per trigger"
45 depends on IIO_TRIGGER
48 This value controls the maximum number of consumers that a
49 given trigger may handle. Default is 2.
51 source "drivers/iio/adc/Kconfig"
52 source "drivers/iio/amplifiers/Kconfig"