brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 55eb16b Raw
50 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Gain Amplifiers, etc.4#5# When adding new entries keep the list in alphabetical order6 7menu "Amplifiers"8 9config AD836610	tristate "Analog Devices AD8366 and similar Gain Amplifiers"11	depends on SPI12	depends on GPIOLIB13	select BITREVERSE14	help15	  Say yes here to build support for Analog Devices AD8366 and similar16	  gain amplifiers. This driver supports the following gain amplifiers17	  from Analog Devices:18	    AD8366 Dual-Digital Variable Gain Amplifier (VGA)19	    ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)20	    ADL5240 Digitally controlled variable gain amplifier (VGA)21	    HMC792A 0.25 dB LSB GaAs MMIC 6-Bit Digital Attenuator22	    HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator23 24	  To compile this driver as a module, choose M here: the25	  module will be called ad8366.26 27config ADA425028	tristate "Analog Devices ADA4250 Instrumentation Amplifier"29	depends on SPI30	select REGMAP_SPI31	help32	  Say yes here to build support for Analog Devices ADA425033	  SPI Amplifier's support. The driver provides direct access via34	  sysfs.35 36	  To compile this driver as a module, choose M here: the37	  module will be called ada4250.38 39config HMC42540	tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"41	depends on GPIOLIB42	help43	  Say yes here to build support for Analog Devices HMC425A and similar44	  gain amplifiers or step attenuators.45 46	  To compile this driver as a module, choose M here: the47	  module will be called hmc425a.48 49endmenu50