GNU Linux-libre 5.10.153-gnu1
[releases.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           To compile this driver as a module, choose M here: the
16           module will be called ad7816.
17
18 config AD7280
19         tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
20         depends on SPI
21         select CRC8
22         help
23           Say yes here to build support for Analog Devices AD7280A
24           Lithium Ion Battery Monitoring System.
25
26           To compile this driver as a module, choose M here: the
27           module will be called ad7280a
28
29 endmenu