Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / drivers / staging / iio / addac / Kconfig
blob698a8970b372f7991f5f36b3ab619180a5b1f89d
2 # ADDAC drivers
4 menu "Analog digital bi-direction converters"
6 config ADT7316
7         tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
8         depends on GENERIC_GPIO
9         help
10           Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
11           and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
13 config ADT7316_SPI
14         tristate "support SPI bus connection"
15         depends on SPI && ADT7316
16         default y
17         help
18           Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
19           and ADT7516/7/9.
21 config ADT7316_I2C
22         tristate "support I2C bus connection"
23         depends on I2C && ADT7316
24         help
25           Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
26           and ADT7516/7/9.
28 endmenu