]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/iio/addac/Kconfig
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
[karo-tx-linux.git] / drivers / staging / iio / addac / Kconfig
1 #
2 # ADDAC drivers
3 #
4 menu "Analog digital bi-direction converters"
5
6 config ADT7316
7         tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
8         depends on GPIOLIB
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.
12
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.
20
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.
27
28 endmenu