1# SPDX-License-Identifier: GPL-2.0 2# 3# Gain Amplifiers, etc. 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Amplifiers" 8 9config AD8366 10 tristate "Analog Devices AD8366 and similar Gain Amplifiers" 11 depends on SPI 12 depends on GPIOLIB 13 select BITREVERSE 14 help 15 Say yes here to build support for Analog Devices AD8366 and similar 16 gain amplifiers. This driver supports the following gain amplifiers 17 from Analog Devices: 18 AD8366 Dual-Digital Variable Gain Amplifier (VGA) 19 ADA4961 BiCMOS RF Digital Gain Amplifier (DGA) 20 21 To compile this driver as a module, choose M here: the 22 module will be called ad8366. 23 24endmenu 25