# SPDX-License-Identifier: GPL-2.0 # # ADC drivers # menu "Analog to digital converters" config [31mCONFIG_AD7816[0m tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver" depends on [31mCONFIG_SPI[0m depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m help Say yes here to build support for Analog Devices [31mCONFIG_AD7816[0m/7/8 temperature sensors and ADC. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ad7816. config [31mCONFIG_AD7192[0m tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver" depends on [31mCONFIG_SPI[0m select [31mCONFIG_AD_SIGMA_DELTA[0m help Say yes here to build support for Analog Devices AD7190, [31mCONFIG_AD7192[0m, AD7193 or AD7195 [31mCONFIG_SPI[0m analog to digital converters (ADC). If unsure, say N (but it's safe to say "Y"). To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ad7192. config [31mCONFIG_AD7280[0m tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System" depends on [31mCONFIG_SPI[0m select [31mCONFIG_CRC8[0m help Say yes here to build support for Analog Devices AD7280A Lithium Ion Battery Monitoring System. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ad7280a endmenu |