^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Gain Amplifiers, etc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # When adding new entries keep the list in alphabetical order
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) menu "Amplifiers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) config AD8366
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) tristate "Analog Devices AD8366 and similar Gain Amplifiers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) depends on SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) depends on GPIOLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Say yes here to build support for Analog Devices AD8366 and similar
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) gain amplifiers. This driver supports the following gain amplifiers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) from Analog Devices:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) AD8366 Dual-Digital Variable Gain Amplifier (VGA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) ADL5240 Digitally controlled variable gain amplifier (VGA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) module will be called ad8366.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config HMC425
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) depends on GPIOLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Say yes here to build support for Analog Devices HMC425A and similar
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) gain amplifiers or step attenuators.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) module will be called hmc425a.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) endmenu