# Industrial I/O subsystem configuration
tristate "Industrial I/O support"
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).
bool "Enable buffer support within IIO"
Provide core support for various buffer based data
source "drivers/iio/buffer/Kconfig"
tristate "Enable IIO configuration via configfs"
This allows configuring various IIO bits through configfs
(e.g. software triggers). For more info see
Documentation/iio/iio_configfs.txt.
bool "Enable triggered sampling support"
Provides IIO core support for triggers. Currently these
are used to initialize capture of samples to push into
buffers. The triggers are effectively a 'capture
config IIO_CONSUMERS_PER_TRIGGER
int "Maximum number of consumers per trigger"
This value controls the maximum number of consumers that a
given trigger may handle. Default is 2.
tristate "Enable software IIO device support"
Provides IIO core support for software devices. A software
device can be created via configfs or directly by a driver
tristate "Enable software triggers support"
Provides IIO core support for software triggers. A software
trigger can be created via configfs or directly by a driver