xref: /linux/drivers/iio/amplifiers/Kconfig (revision 0d456bad36d42d16022be045c8a53ddbb59ee478)
1#
2# Gain Amplifiers, etc.
3#
4menu "Amplifiers"
5
6config 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
17endmenu
18