Kconfig 351 B

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