GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / iio / addac / Kconfig
1 #
2 # ADC DAC drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Analog to digital and digital to analog converters"
7
8 config AD74413R
9         tristate "Analog Devices AD74412R/AD74413R driver"
10         depends on GPIOLIB && SPI
11         select REGMAP_SPI
12         select CRC8
13         help
14           Say yes here to build support for Analog Devices AD74412R/AD74413R
15           quad-channel software configurable input/output solution.
16
17           To compile this driver as a module, choose M here: the
18           module will be called ad74413r.
19
20 endmenu