Kconfig 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. #
  2. # ADC drivers
  3. #
  4. menu "Analog to digital converters"
  5. config AD_SIGMA_DELTA
  6. tristate
  7. select IIO_BUFFER
  8. select IIO_TRIGGERED_BUFFER
  9. config AD7266
  10. tristate "Analog Devices AD7265/AD7266 ADC driver"
  11. depends on SPI_MASTER
  12. select IIO_BUFFER
  13. select IIO_TRIGGER
  14. select IIO_TRIGGERED_BUFFER
  15. help
  16. Say yes here to build support for Analog Devices AD7265 and AD7266
  17. ADCs.
  18. config AD7298
  19. tristate "Analog Devices AD7298 ADC driver"
  20. depends on SPI
  21. select IIO_BUFFER
  22. select IIO_TRIGGERED_BUFFER
  23. help
  24. Say yes here to build support for Analog Devices AD7298
  25. 8 Channel ADC with temperature sensor.
  26. To compile this driver as a module, choose M here: the
  27. module will be called ad7298.
  28. config AD7923
  29. tristate "Analog Devices AD7923 ADC driver"
  30. depends on SPI
  31. select IIO_BUFFER
  32. select IIO_TRIGGERED_BUFFER
  33. help
  34. Say yes here to build support for Analog Devices AD7923
  35. 4 Channel ADC with temperature sensor.
  36. To compile this driver as a module, choose M here: the
  37. module will be called ad7923.
  38. config AD7791
  39. tristate "Analog Devices AD7791 ADC driver"
  40. depends on SPI
  41. select AD_SIGMA_DELTA
  42. help
  43. Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
  44. AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say
  45. N (but it is safe to say "Y").
  46. To compile this driver as a module, choose M here: the module will be
  47. called ad7791.
  48. config AD7793
  49. tristate "Analog Devices AD7793 and similar ADCs driver"
  50. depends on SPI
  51. select AD_SIGMA_DELTA
  52. help
  53. Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
  54. AD7794 and AD7795 SPI analog to digital converters (ADC).
  55. If unsure, say N (but it's safe to say "Y").
  56. To compile this driver as a module, choose M here: the
  57. module will be called AD7793.
  58. config AD7476
  59. tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
  60. depends on SPI
  61. select IIO_BUFFER
  62. select IIO_TRIGGERED_BUFFER
  63. help
  64. Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
  65. AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
  66. AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
  67. If unsure, say N (but it's safe to say "Y").
  68. To compile this driver as a module, choose M here: the
  69. module will be called ad7476.
  70. config AD7887
  71. tristate "Analog Devices AD7887 ADC driver"
  72. depends on SPI
  73. select IIO_BUFFER
  74. select IIO_TRIGGERED_BUFFER
  75. help
  76. Say yes here to build support for Analog Devices
  77. AD7887 SPI analog to digital converter (ADC).
  78. If unsure, say N (but it's safe to say "Y").
  79. To compile this driver as a module, choose M here: the
  80. module will be called ad7887.
  81. config AT91_ADC
  82. tristate "Atmel AT91 ADC"
  83. depends on ARCH_AT91
  84. select IIO_BUFFER
  85. select IIO_TRIGGERED_BUFFER
  86. select SYSFS
  87. help
  88. Say yes here to build support for Atmel AT91 ADC.
  89. config LP8788_ADC
  90. bool "LP8788 ADC driver"
  91. depends on MFD_LP8788
  92. help
  93. Say yes here to build support for TI LP8788 ADC.
  94. config MAX1363
  95. tristate "Maxim max1363 ADC driver"
  96. depends on I2C
  97. select IIO_BUFFER
  98. select IIO_TRIGGERED_BUFFER
  99. help
  100. Say yes here to build support for many Maxim i2c analog to digital
  101. converters (ADC). (max1361, max1362, max1363, max1364, max1036,
  102. max1037, max1038, max1039, max1136, max1136, max1137, max1138,
  103. max1139, max1236, max1237, max11238, max1239, max11600, max11601,
  104. max11602, max11603, max11604, max11605, max11606, max11607,
  105. max11608, max11609, max11610, max11611, max11612, max11613,
  106. max11614, max11615, max11616, max11617, max11644, max11645,
  107. max11646, max11647) Provides direct access via sysfs and buffered
  108. data via the iio dev interface.
  109. config TI_ADC081C
  110. tristate "Texas Instruments ADC081C021/027"
  111. depends on I2C
  112. help
  113. If you say yes here you get support for Texas Instruments ADC081C021
  114. and ADC081C027 ADC chips.
  115. This driver can also be built as a module. If so, the module will be
  116. called ti-adc081c.
  117. config TI_AM335X_ADC
  118. tristate "TI's ADC driver"
  119. depends on MFD_TI_AM335X_TSCADC
  120. help
  121. Say yes here to build support for Texas Instruments ADC
  122. driver which is also a MFD client.
  123. config VIPERBOARD_ADC
  124. tristate "Viperboard ADC support"
  125. depends on MFD_VIPERBOARD && USB
  126. help
  127. Say yes here to access the ADC part of the Nano River
  128. Technologies Viperboard.
  129. endmenu