Staging: IIO: tsl2561 digital light sensor core support
[safe/jmp/linux-2.6] / drivers / staging / iio / Kconfig
1 #
2 # Industrial I/O subsytem configuration
3 #
4
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
13
14 source "drivers/staging/iio/adc/Kconfig"
15 source "drivers/staging/iio/light/Kconfig"
16
17 endif # IIO