xref: /openbmc/linux/drivers/staging/iio/adc/Kconfig (revision 023e4163)
1#
2# ADC drivers
3#
4menu "Analog to digital converters"
5
6config AD7816
7	tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
8	depends on SPI
9	depends on GPIOLIB || COMPILE_TEST
10	help
11	  Say yes here to build support for Analog Devices AD7816/7/8
12	  temperature sensors and ADC.
13
14config AD7192
15	tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver"
16	depends on SPI
17	select AD_SIGMA_DELTA
18	help
19	  Say yes here to build support for Analog Devices AD7190,
20	  AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC).
21	  If unsure, say N (but it's safe to say "Y").
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called ad7192.
25
26config AD7280
27	tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
28	depends on SPI
29	select CRC8
30	help
31	  Say yes here to build support for Analog Devices AD7280A
32	  Lithium Ion Battery Monitoring System.
33
34	  To compile this driver as a module, choose M here: the
35	  module will be called ad7280a
36
37endmenu
38