| # Industrial I/O subsytem 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). See |
| Documentation/industrialio for more information. |
| bool "Enable ring buffer support within IIO" |
| Provide core support for various ring buffer based data |
| tristate "Industrial I/O lock free software ring" |
| example software ring buffer implementation. The design aim |
| of this particular realization was to minize write locking |
| with the intention that some devices would be able to write |
| boolean "Enable triggered sampling support" |
| Provides IIO core support for triggers. Currently these |
| are used to initialize capture of samples to push into |
| ring buffers. The triggers are effectively a 'capture |
| source "drivers/staging/iio/accel/Kconfig" |
| source "drivers/staging/iio/adc/Kconfig" |
| source "drivers/staging/iio/light/Kconfig" |
| source "drivers/staging/iio/trigger/Kconfig" |