1# 2# ADDAC drivers 3# 4menu "Analog digital bi-direction converters" 5 6config 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 To compile this driver as a module, choose M here: the module will 14 be called adt7316. 15 16config ADT7316_SPI 17 tristate "support SPI bus connection" 18 depends on SPI && ADT7316 19 default y 20 help 21 Say yes here to build SPI bus support for Analog Devices ADT7316/7/8 22 and ADT7516/7/9. 23 24 To compile this driver as a module, choose M here: the module will 25 be called adt7316_spi. 26 27config ADT7316_I2C 28 tristate "support I2C bus connection" 29 depends on I2C && ADT7316 30 help 31 Say yes here to build I2C bus support for Analog Devices ADT7316/7/8 32 and ADT7516/7/9. 33 34 To compile this driver as a module, choose M here: the module will 35 be called adt7316_i2c. 36 37endmenu 38