blob: 138492362f20974752a8b6eb1c50c55c07a0415a [file] [log] [blame]
Cosmin Tanislavb62e2e12021-12-05 13:40:43 +02001#
2# ADC DAC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Analog to digital and digital to analog converters"
7
Cosmin Tanislavfea251b2021-12-05 13:40:45 +02008config 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
Cosmin Tanislavb62e2e12021-12-05 13:40:43 +020020endmenu