Linux 5.2-rc3
[platform/kernel/linux-starfive.git] / drivers / staging / iio / adc / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # ADC drivers
4 #
5 menu "Analog to digital converters"
6
7 config 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 config AD7192
16         tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver"
17         depends on SPI
18         select AD_SIGMA_DELTA
19         help
20           Say yes here to build support for Analog Devices AD7190,
21           AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC).
22           If unsure, say N (but it's safe to say "Y").
23
24           To compile this driver as a module, choose M here: the
25           module will be called ad7192.
26
27 config AD7280
28         tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
29         depends on SPI
30         select CRC8
31         help
32           Say yes here to build support for Analog Devices AD7280A
33           Lithium Ion Battery Monitoring System.
34
35           To compile this driver as a module, choose M here: the
36           module will be called ad7280a
37
38 endmenu