Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. menu "Amplifiers"
  7. config AD8366
  8. tristate "Analog Devices AD8366 and similar Gain Amplifiers"
  9. depends on SPI
  10. depends on GPIOLIB
  11. select BITREVERSE
  12. help
  13. Say yes here to build support for Analog Devices AD8366 and similar
  14. gain amplifiers. This driver supports the following gain amplifiers
  15. from Analog Devices:
  16. AD8366 Dual-Digital Variable Gain Amplifier (VGA)
  17. ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)
  18. ADL5240 Digitally controlled variable gain amplifier (VGA)
  19. HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
  20. To compile this driver as a module, choose M here: the
  21. module will be called ad8366.
  22. config ADA4250
  23. tristate "Analog Devices ADA4250 Instrumentation Amplifier"
  24. depends on SPI
  25. help
  26. Say yes here to build support for Analog Devices ADA4250
  27. SPI Amplifier's support. The driver provides direct access via
  28. sysfs.
  29. To compile this driver as a module, choose M here: the
  30. module will be called ada4250.
  31. config HMC425
  32. tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
  33. depends on GPIOLIB
  34. help
  35. Say yes here to build support for Analog Devices HMC425A and similar
  36. gain amplifiers or step attenuators.
  37. To compile this driver as a module, choose M here: the
  38. module will be called hmc425a.
  39. endmenu