/drivers/staging/iio/adc/Kconfig

https://bitbucket.org/cyanogenmod/android_kernel_asus_tf300t · #! · 207 lines · 179 code · 28 blank · 0 comment · 0 complexity · 91b3a57bb0d44786a99eb38ce8865353 MD5 · raw file

  1. #
  2. # ADC drivers
  3. #
  4. comment "Analog to digital convertors"
  5. config AD7150
  6. tristate "Analog Devices ad7150/1/6 capacitive sensor driver"
  7. depends on I2C
  8. help
  9. Say yes here to build support for Analog Devices capacitive sensors.
  10. (ad7150, ad7151, ad7156) Provides direct access via sysfs.
  11. config AD7152
  12. tristate "Analog Devices ad7152/3 capacitive sensor driver"
  13. depends on I2C
  14. help
  15. Say yes here to build support for Analog Devices capacitive sensors.
  16. (ad7152, ad7153) Provides direct access via sysfs.
  17. config AD7291
  18. tristate "Analog Devices AD7291 temperature sensor driver"
  19. depends on I2C
  20. help
  21. Say yes here to build support for Analog Devices AD7291
  22. temperature sensors.
  23. config AD7298
  24. tristate "Analog Devices AD7298 ADC driver"
  25. depends on SPI
  26. help
  27. Say yes here to build support for Analog Devices AD7298
  28. 8 Channel ADC with temperature sensor.
  29. To compile this driver as a module, choose M here: the
  30. module will be called ad7298.
  31. config AD7314
  32. tristate "Analog Devices AD7314 temperature sensor driver"
  33. depends on SPI
  34. help
  35. Say yes here to build support for Analog Devices AD7314
  36. temperature sensors.
  37. config AD7606
  38. tristate "Analog Devices AD7606 ADC driver"
  39. depends on GPIOLIB
  40. select IIO_RING_BUFFER
  41. select IIO_TRIGGER
  42. select IIO_SW_RING
  43. help
  44. Say yes here to build support for Analog Devices:
  45. ad7606, ad7606-6, ad7606-4 analog to digital convertors (ADC).
  46. To compile this driver as a module, choose M here: the
  47. module will be called ad7606.
  48. config AD7606_IFACE_PARALLEL
  49. tristate "parallel interface support"
  50. depends on AD7606
  51. help
  52. Say yes here to include parallel interface support on the AD7606
  53. ADC driver.
  54. config AD7606_IFACE_SPI
  55. tristate "spi interface support"
  56. depends on AD7606
  57. depends on SPI
  58. help
  59. Say yes here to include parallel interface support on the AD7606
  60. ADC driver.
  61. config AD799X
  62. tristate "Analog Devices AD799x ADC driver"
  63. depends on I2C
  64. select IIO_TRIGGER if IIO_RING_BUFFER
  65. select AD799X_RING_BUFFER
  66. help
  67. Say yes here to build support for Analog Devices:
  68. ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998
  69. i2c analog to digital convertors (ADC). Provides direct access
  70. via sysfs.
  71. config AD799X_RING_BUFFER
  72. bool "Analog Devices AD799x: use ring buffer"
  73. depends on AD799X
  74. select IIO_RING_BUFFER
  75. select IIO_SW_RING
  76. help
  77. Say yes here to include ring buffer support in the AD799X
  78. ADC driver.
  79. config AD7476
  80. tristate "Analog Devices AD7475/6/7/8 AD7466/7/8 and AD7495 ADC driver"
  81. depends on SPI
  82. select IIO_RING_BUFFER
  83. select IIO_SW_RING
  84. select IIO_TRIGGER
  85. help
  86. Say yes here to build support for Analog Devices
  87. AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495
  88. SPI analog to digital convertors (ADC).
  89. If unsure, say N (but it's safe to say "Y").
  90. To compile this driver as a module, choose M here: the
  91. module will be called ad7476.
  92. config AD7887
  93. tristate "Analog Devices AD7887 ADC driver"
  94. depends on SPI
  95. select IIO_RING_BUFFER
  96. select IIO_SW_RING
  97. select IIO_TRIGGER
  98. help
  99. Say yes here to build support for Analog Devices
  100. AD7887 SPI analog to digital convertor (ADC).
  101. If unsure, say N (but it's safe to say "Y").
  102. To compile this driver as a module, choose M here: the
  103. module will be called ad7887.
  104. config AD7780
  105. tristate "Analog Devices AD7780 AD7781 ADC driver"
  106. depends on SPI
  107. depends on GPIOLIB
  108. help
  109. Say yes here to build support for Analog Devices
  110. AD7780 and AD7781 SPI analog to digital convertors (ADC).
  111. If unsure, say N (but it's safe to say "Y").
  112. To compile this driver as a module, choose M here: the
  113. module will be called ad7780.
  114. config AD7793
  115. tristate "Analog Devices AD7792 AD7793 ADC driver"
  116. depends on SPI
  117. select IIO_RING_BUFFER
  118. select IIO_SW_RING
  119. select IIO_TRIGGER
  120. help
  121. Say yes here to build support for Analog Devices
  122. AD7792 and AD7793 SPI analog to digital convertors (ADC).
  123. If unsure, say N (but it's safe to say "Y").
  124. To compile this driver as a module, choose M here: the
  125. module will be called AD7793.
  126. config AD7745
  127. tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"
  128. depends on I2C
  129. help
  130. Say yes here to build support for Analog Devices capacitive sensors.
  131. (AD7745, AD7746, AD7747) Provides direct access via sysfs.
  132. To compile this driver as a module, choose M here: the
  133. module will be called ad7745.
  134. config AD7816
  135. tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
  136. depends on SPI
  137. help
  138. Say yes here to build support for Analog Devices AD7816/7/8
  139. temperature sensors and ADC.
  140. config ADT75
  141. tristate "Analog Devices ADT75 temperature sensor driver"
  142. depends on I2C
  143. help
  144. Say yes here to build support for Analog Devices ADT75
  145. temperature sensors.
  146. config ADT7310
  147. tristate "Analog Devices ADT7310 temperature sensor driver"
  148. depends on SPI
  149. help
  150. Say yes here to build support for Analog Devices ADT7310
  151. temperature sensors.
  152. config ADT7410
  153. tristate "Analog Devices ADT7410 temperature sensor driver"
  154. depends on I2C
  155. help
  156. Say yes here to build support for Analog Devices ADT7410
  157. temperature sensors.
  158. config MAX1363
  159. tristate "Maxim max1363 ADC driver"
  160. depends on I2C
  161. select IIO_TRIGGER if IIO_RING_BUFFER
  162. select MAX1363_RING_BUFFER
  163. help
  164. Say yes here to build support for many Maxim i2c analog to digital
  165. convertors (ADC). (max1361, max1362, max1363, max1364, max1036,
  166. max1037, max1038, max1039, max1136, max1136, max1137, max1138,
  167. max1139, max1236, max1237, max11238, max1239, max11600, max11601,
  168. max11602, max11603, max11604, max11605, max11606, max11607,
  169. max11608, max11609, max11610, max11611, max11612, max11613,
  170. max11614, max11615, max11616, max11617, max11644, max11645,
  171. max11646, max11647) Provides direct access via sysfs.
  172. config MAX1363_RING_BUFFER
  173. bool "Maxim max1363: use ring buffer"
  174. depends on MAX1363
  175. select IIO_RING_BUFFER
  176. select IIO_SW_RING
  177. help
  178. Say yes here to include ring buffer support in the MAX1363
  179. ADC driver.