Cosmin Tanislav | b62e2e1 | 2021-12-05 13:40:43 +0200 | [diff] [blame] | 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 | |
Cosmin Tanislav | fea251b | 2021-12-05 13:40:45 +0200 | [diff] [blame] | 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 | |
Cosmin Tanislav | b62e2e1 | 2021-12-05 13:40:43 +0200 | [diff] [blame] | 20 | endmenu |