Kconfig 414 B

1234567891011121314151617181920
  1. #
  2. # Gain Amplifiers, etc.
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Amplifiers"
  6. config AD8366
  7. tristate "Analog Devices AD8366 VGA"
  8. depends on SPI
  9. select BITREVERSE
  10. help
  11. Say yes here to build support for Analog Devices AD8366
  12. SPI Dual-Digital Variable Gain Amplifier (VGA).
  13. To compile this driver as a module, choose M here: the
  14. module will be called ad8366.
  15. endmenu