Kconfig 4.8 KB

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