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