Kconfig 3.9 KB

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