xref: /openbmc/linux/drivers/iio/addac/Kconfig (revision 5e2421ce)
1#
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
8config 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
20endmenu
21