Staging: IIO: Trigger support added to core.
[linux-2.6/mini2440.git] / drivers / staging / iio / Kconfig
blob6da4fb96cd28cff54d9a34ef71d2221641d7296e
2 # Industrial I/O subsytem configuration
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
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.
20 config IIO_TRIGGER
21         boolean "Enable triggered sampling support"
22         help
23           Provides IIO core support for triggers.  Currently these
24           are used to initialize capture of samples to push into
25           ring buffers.  The triggers are effectively a 'capture
26           data now' interrupt.
28 source "drivers/staging/iio/accel/Kconfig"
29 source "drivers/staging/iio/adc/Kconfig"
30 source "drivers/staging/iio/light/Kconfig"
32 endif # IIO