Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Gain Amplifiers, etc.
0004 #
0005 # When adding new entries keep the list in alphabetical order
0006 
0007 menu "Amplifiers"
0008 
0009 config AD8366
0010         tristate "Analog Devices AD8366 and similar Gain Amplifiers"
0011         depends on SPI
0012         depends on GPIOLIB
0013         select BITREVERSE
0014         help
0015           Say yes here to build support for Analog Devices AD8366 and similar
0016           gain amplifiers. This driver supports the following gain amplifiers
0017           from Analog Devices:
0018             AD8366 Dual-Digital Variable Gain Amplifier (VGA)
0019             ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)
0020             ADL5240 Digitally controlled variable gain amplifier (VGA)
0021             HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
0022 
0023           To compile this driver as a module, choose M here: the
0024           module will be called ad8366.
0025 
0026 config ADA4250
0027         tristate "Analog Devices ADA4250 Instrumentation Amplifier"
0028         depends on SPI
0029         help
0030           Say yes here to build support for Analog Devices ADA4250
0031           SPI Amplifier's support. The driver provides direct access via
0032           sysfs.
0033 
0034           To compile this driver as a module, choose M here: the
0035           module will be called ada4250.
0036 
0037 config HMC425
0038         tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
0039         depends on GPIOLIB
0040         help
0041           Say yes here to build support for Analog Devices HMC425A and similar
0042           gain amplifiers or step attenuators.
0043 
0044           To compile this driver as a module, choose M here: the
0045           module will be called hmc425a.
0046 
0047 endmenu