blob: b54fe01734b0d7e91198bcc22e5cf764dfe537a4 [file] [log] [blame]
Alexandru Ardelean38ffa3a2019-05-30 16:18:08 +03001# SPDX-License-Identifier: GPL-2.0
Michael Henneriche71d42e2012-05-11 11:36:54 +02002#
3# Gain Amplifiers, etc.
4#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01005# When adding new entries keep the list in alphabetical order
6
Michael Henneriche71d42e2012-05-11 11:36:54 +02007menu "Amplifiers"
8
9config AD8366
Paul Cercueilcee211f42019-05-30 16:18:11 +030010 tristate "Analog Devices AD8366 and similar Gain Amplifiers"
Michael Henneriche71d42e2012-05-11 11:36:54 +020011 depends on SPI
Paul Cercueilcee211f42019-05-30 16:18:11 +030012 depends on GPIOLIB
Michael Henneriche71d42e2012-05-11 11:36:54 +020013 select BITREVERSE
14 help
Paul Cercueilcee211f42019-05-30 16:18:11 +030015 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)
Alexandru Ardelean075da9c2019-05-30 16:18:12 +030020 ADL5240 Digitally controlled variable gain amplifier (VGA)
Kim Seer Paller247d3b62023-07-21 20:10:38 +080021 HMC792A 0.25 dB LSB GaAs MMIC 6-Bit Digital Attenuator
Alexandru Ardelean6f762972020-07-20 16:52:37 +030022 HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
Michael Henneriche71d42e2012-05-11 11:36:54 +020023
24 To compile this driver as a module, choose M here: the
25 module will be called ad8366.
26
Antoniu Miclaus28b4c302022-02-23 14:01:11 +020027config ADA4250
28 tristate "Analog Devices ADA4250 Instrumentation Amplifier"
29 depends on SPI
30 help
31 Say yes here to build support for Analog Devices ADA4250
32 SPI Amplifier's support. The driver provides direct access via
33 sysfs.
34
35 To compile this driver as a module, choose M here: the
36 module will be called ada4250.
37
Michael Hennericha76838d2020-02-06 17:11:47 +020038config HMC425
39 tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
40 depends on GPIOLIB
41 help
42 Say yes here to build support for Analog Devices HMC425A and similar
43 gain amplifiers or step attenuators.
44
45 To compile this driver as a module, choose M here: the
46 module will be called hmc425a.
47
Michael Henneriche71d42e2012-05-11 11:36:54 +020048endmenu