xref: /openbmc/linux/drivers/iio/adc/Kconfig (revision 7e035230)
1#
2# ADC drivers
3#
4menu "Analog to digital converters"
5
6config AD7266
7	tristate "Analog Devices AD7265/AD7266 ADC driver"
8	depends on SPI_MASTER
9	select IIO_BUFFER
10	select IIO_TRIGGER
11	select IIO_TRIGGERED_BUFFER
12	help
13	  Say yes here to build support for Analog Devices AD7265 and AD7266
14	  ADCs.
15
16config AT91_ADC
17	tristate "Atmel AT91 ADC"
18	depends on ARCH_AT91
19	select IIO_BUFFER
20	select IIO_TRIGGERED_BUFFER
21	select SYSFS
22	help
23	  Say yes here to build support for Atmel AT91 ADC.
24
25endmenu
26