# SPDX-License-Identifier: GPL-2.0 # # Gain Amplifiers, etc. # # When adding new entries keep the list in alphabetical order menu "Amplifiers" config [31mCONFIG_AD8366[0m tristate "Analog Devices AD8366 and similar Gain Amplifiers" depends on [31mCONFIG_SPI[0m depends on [31mCONFIG_GPIOLIB[0m select [31mCONFIG_BITREVERSE[0m help Say yes here to build support for Analog Devices [31mCONFIG_AD8366[0m and similar gain amplifiers. This driver supports the following gain amplifiers from Analog Devices: [31mCONFIG_AD8366[0m Dual-Digital Variable Gain Amplifier (VGA) ADA4961 BiCMOS RF Digital Gain Amplifier (DGA) ADL5240 Digitally controlled variable gain amplifier (VGA) To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ad8366. endmenu |