# # ADDAC drivers # menu "Analog digital bi-direction converters" config [31mCONFIG_ADT7316[0m tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver" depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m help Say yes here to build support for Analog Devices [31mCONFIG_ADT7316[0m, ADT7317, ADT7318 and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called adt7316. config [31mCONFIG_ADT7316_SPI[0m tristate "support SPI bus connection" depends on [31mCONFIG_SPI[0m && [31mCONFIG_ADT7316[0m default y help Say yes here to build [31mCONFIG_SPI[0m bus support for Analog Devices [31mCONFIG_ADT7316[0m/7/8 and ADT7516/7/9. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called adt7316_spi. config [31mCONFIG_ADT7316_I2C[0m tristate "support I2C bus connection" depends on [31mCONFIG_I2C[0m && [31mCONFIG_ADT7316[0m help Say yes here to build [31mCONFIG_I2C[0m bus support for Analog Devices [31mCONFIG_ADT7316[0m/7/8 and ADT7516/7/9. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called adt7316_i2c. endmenu |