Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Michael Hennerich | e71d42e | 2012-05-11 11:36:54 +0200 | [diff] [blame] | 2 | # |
| 3 | # Gain Amplifiers, etc. |
| 4 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 5 | # When adding new entries keep the list in alphabetical order |
| 6 | |
Michael Hennerich | e71d42e | 2012-05-11 11:36:54 +0200 | [diff] [blame] | 7 | menu "Amplifiers" |
| 8 | |
| 9 | config AD8366 |
| 10 | tristate "Analog Devices AD8366 VGA" |
| 11 | depends on SPI |
| 12 | select BITREVERSE |
| 13 | help |
| 14 | Say yes here to build support for Analog Devices AD8366 |
| 15 | SPI Dual-Digital Variable Gain Amplifier (VGA). |
| 16 | |
| 17 | To compile this driver as a module, choose M here: the |
| 18 | module will be called ad8366. |
| 19 | |
| 20 | endmenu |