1# 2# DAC drivers 3# 4menu "Digital to analog converters" 5 6config AD5064 7 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 8 depends on (SPI_MASTER || I2C) 9 help 10 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, 11 AD5045, AD5064, AD5064-1, AD5065, AD5628, AD5629R, AD5648, AD5666, AD5668, 12 AD5669R Digital to Analog Converter. 13 14 To compile this driver as a module, choose M here: the 15 module will be called ad5064. 16 17config AD5360 18 tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver" 19 depends on SPI 20 help 21 Say yes here to build support for Analog Devices AD5360, AD5361, 22 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 23 Digital to Analog Converters (DAC). 24 25 To compile this driver as module choose M here: the module will be called 26 ad5360. 27 28config AD5380 29 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver" 30 depends on (SPI_MASTER || I2C) 31 select REGMAP_I2C if I2C 32 select REGMAP_SPI if SPI_MASTER 33 help 34 Say yes here to build support for Analog Devices AD5380, AD5381, 35 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel 36 Digital to Analog Converters (DAC). 37 38 To compile this driver as module choose M here: the module will be called 39 ad5380. 40 41config AD5421 42 tristate "Analog Devices AD5421 DAC driver" 43 depends on SPI 44 help 45 Say yes here to build support for Analog Devices AD5421 loop-powered 46 digital-to-analog convertors (DAC). 47 48 To compile this driver as module choose M here: the module will be called 49 ad5421. 50 51config AD5624R_SPI 52 tristate "Analog Devices AD5624/44/64R DAC spi driver" 53 depends on SPI 54 help 55 Say yes here to build support for Analog Devices AD5624R, AD5644R and 56 AD5664R converters (DAC). This driver uses the common SPI interface. 57 58config AD5446 59 tristate "Analog Devices AD5446 and similar single channel DACs driver" 60 depends on (SPI_MASTER || I2C) 61 help 62 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310, 63 AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453, 64 AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5602, AD5611, AD5612, 65 AD5620, AD5621, AD5622, AD5640, AD5660, AD5662 DACs. 66 67 To compile this driver as a module, choose M here: the 68 module will be called ad5446. 69 70config AD5504 71 tristate "Analog Devices AD5504/AD5501 DAC SPI driver" 72 depends on SPI 73 help 74 Say yes here to build support for Analog Devices AD5504, AD5501, 75 High Voltage Digital to Analog Converter. 76 77 To compile this driver as a module, choose M here: the 78 module will be called ad5504. 79 80config AD5755 81 tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver" 82 depends on SPI_MASTER 83 help 84 Say yes here to build support for Analog Devices AD5755, AD5755-1, 85 AD5757, AD5735, AD5737 quad channel Digital to 86 Analog Converter. 87 88 To compile this driver as a module, choose M here: the 89 module will be called ad5755. 90 91config AD5764 92 tristate "Analog Devices AD5764/64R/44/44R DAC driver" 93 depends on SPI_MASTER 94 help 95 Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744, 96 AD5744R Digital to Analog Converter. 97 98 To compile this driver as a module, choose M here: the 99 module will be called ad5764. 100 101config AD5791 102 tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver" 103 depends on SPI 104 help 105 Say yes here to build support for Analog Devices AD5760, AD5780, 106 AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to 107 Analog Converter. 108 109 To compile this driver as a module, choose M here: the 110 module will be called ad5791. 111 112config AD5686 113 tristate "Analog Devices AD5686R/AD5685R/AD5684R DAC SPI driver" 114 depends on SPI 115 help 116 Say yes here to build support for Analog Devices AD5686R, AD5685R, 117 AD5684R, AD5791 Voltage Output Digital to 118 Analog Converter. 119 120 To compile this driver as a module, choose M here: the 121 module will be called ad5686. 122 123config MAX517 124 tristate "Maxim MAX517/518/519 DAC driver" 125 depends on I2C && EXPERIMENTAL 126 help 127 If you say yes here you get support for the Maxim chips MAX517, 128 MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs). 129 130 This driver can also be built as a module. If so, the module 131 will be called max517. 132 133config MCP4725 134 tristate "MCP4725 DAC driver" 135 depends on I2C 136 ---help--- 137 Say Y here if you want to build a driver for the Microchip 138 MCP 4725 12-bit digital-to-analog converter (DAC) with I2C 139 interface. 140 141 To compile this driver as a module, choose M here: the module 142 will be called mcp4725. 143 144endmenu 145