| Michael Hennerich | e71d42e | 2012-05-11 11:36:54 +0200 | [diff] [blame] | 1 | # |
| 2 | # Gain Amplifiers, etc. | ||||
| 3 | # | ||||
| 4 | menu "Amplifiers" | ||||
| 5 | |||||
| 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 | |||||
| 14 | To compile this driver as a module, choose M here: the | ||||
| 15 | module will be called ad8366. | ||||
| 16 | |||||
| 17 | endmenu | ||||