Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. #
  2. # ADC drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Analog to digital converters"
  6. config AD_SIGMA_DELTA
  7. tristate
  8. select IIO_BUFFER
  9. select IIO_TRIGGERED_BUFFER
  10. config AD7266
  11. tristate "Analog Devices AD7265/AD7266 ADC driver"
  12. depends on SPI_MASTER
  13. select IIO_BUFFER
  14. select IIO_TRIGGER
  15. select IIO_TRIGGERED_BUFFER
  16. help
  17. Say yes here to build support for Analog Devices AD7265 and AD7266
  18. ADCs.
  19. To compile this driver as a module, choose M here: the module will be
  20. called ad7266.
  21. config AD7291
  22. tristate "Analog Devices AD7291 ADC driver"
  23. depends on I2C
  24. help
  25. Say yes here to build support for Analog Devices AD7291
  26. 8 Channel ADC with temperature sensor.
  27. To compile this driver as a module, choose M here: the
  28. module will be called ad7291.
  29. config AD7298
  30. tristate "Analog Devices AD7298 ADC driver"
  31. depends on SPI
  32. select IIO_BUFFER
  33. select IIO_TRIGGERED_BUFFER
  34. help
  35. Say yes here to build support for Analog Devices AD7298
  36. 8 Channel ADC with temperature sensor.
  37. To compile this driver as a module, choose M here: the
  38. module will be called ad7298.
  39. config AD7476
  40. tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
  41. depends on SPI
  42. select IIO_BUFFER
  43. select IIO_TRIGGERED_BUFFER
  44. help
  45. Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
  46. AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
  47. AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
  48. To compile this driver as a module, choose M here: the
  49. module will be called ad7476.
  50. config AD7766
  51. tristate "Analog Devices AD7766/AD7767 ADC driver"
  52. depends on SPI_MASTER
  53. select IIO_BUFFER
  54. select IIO_TRIGGERED_BUFFER
  55. help
  56. Say yes here to build support for Analog Devices AD7766, AD7766-1,
  57. AD7766-2, AD7767, AD7767-1, AD7767-2 SPI analog to digital converters.
  58. To compile this driver as a module, choose M here: the module will be
  59. called ad7766.
  60. config AD7791
  61. tristate "Analog Devices AD7791 ADC driver"
  62. depends on SPI
  63. select AD_SIGMA_DELTA
  64. help
  65. Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
  66. AD7790 and AD7791 SPI analog to digital converters (ADC).
  67. To compile this driver as a module, choose M here: the module will be
  68. called ad7791.
  69. config AD7793
  70. tristate "Analog Devices AD7793 and similar ADCs driver"
  71. depends on SPI
  72. select AD_SIGMA_DELTA
  73. help
  74. Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
  75. AD7794 and AD7795 SPI analog to digital converters (ADC).
  76. To compile this driver as a module, choose M here: the
  77. module will be called AD7793.
  78. config AD7887
  79. tristate "Analog Devices AD7887 ADC driver"
  80. depends on SPI
  81. select IIO_BUFFER
  82. select IIO_TRIGGERED_BUFFER
  83. help
  84. Say yes here to build support for Analog Devices
  85. AD7887 SPI analog to digital converter (ADC).
  86. To compile this driver as a module, choose M here: the
  87. module will be called ad7887.
  88. config AD7923
  89. tristate "Analog Devices AD7923 and similar ADCs driver"
  90. depends on SPI
  91. select IIO_BUFFER
  92. select IIO_TRIGGERED_BUFFER
  93. help
  94. Say yes here to build support for Analog Devices
  95. AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
  96. To compile this driver as a module, choose M here: the
  97. module will be called ad7923.
  98. config AD799X
  99. tristate "Analog Devices AD799x ADC driver"
  100. depends on I2C
  101. select IIO_BUFFER
  102. select IIO_TRIGGERED_BUFFER
  103. help
  104. Say yes here to build support for Analog Devices:
  105. ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998
  106. i2c analog to digital converters (ADC). Provides direct access
  107. via sysfs.
  108. To compile this driver as a module, choose M here: the module will be
  109. called ad799x.
  110. config AT91_ADC
  111. tristate "Atmel AT91 ADC"
  112. depends on ARCH_AT91
  113. depends on INPUT
  114. select IIO_BUFFER
  115. select IIO_TRIGGERED_BUFFER
  116. select SYSFS
  117. help
  118. Say yes here to build support for Atmel AT91 ADC.
  119. To compile this driver as a module, choose M here: the module will be
  120. called at91_adc.
  121. config AT91_SAMA5D2_ADC
  122. tristate "Atmel AT91 SAMA5D2 ADC"
  123. depends on ARCH_AT91 || COMPILE_TEST
  124. depends on HAS_IOMEM
  125. help
  126. Say yes here to build support for Atmel SAMA5D2 ADC which is
  127. available on SAMA5D2 SoC family.
  128. To compile this driver as a module, choose M here: the module will be
  129. called at91-sama5d2_adc.
  130. config AXP288_ADC
  131. tristate "X-Powers AXP288 ADC driver"
  132. depends on MFD_AXP20X
  133. help
  134. Say yes here to have support for X-Powers power management IC (PMIC) ADC
  135. device. Depending on platform configuration, this general purpose ADC can
  136. be used for sampling sensors such as thermal resistors.
  137. To compile this driver as a module, choose M here: the module will be
  138. called axp288_adc.
  139. config BCM_IPROC_ADC
  140. tristate "Broadcom IPROC ADC driver"
  141. depends on ARCH_BCM_IPROC || COMPILE_TEST
  142. depends on MFD_SYSCON
  143. default ARCH_BCM_CYGNUS
  144. help
  145. Say Y here if you want to add support for the Broadcom static
  146. ADC driver.
  147. Broadcom iProc ADC driver. Broadcom iProc ADC controller has 8
  148. channels. The driver allows the user to read voltage values.
  149. config BERLIN2_ADC
  150. tristate "Marvell Berlin2 ADC driver"
  151. depends on ARCH_BERLIN
  152. help
  153. Marvell Berlin2 ADC driver. This ADC has 8 channels, with one used for
  154. temperature measurement.
  155. config CC10001_ADC
  156. tristate "Cosmic Circuits 10001 ADC driver"
  157. depends on HAS_IOMEM && HAVE_CLK && REGULATOR
  158. select IIO_BUFFER
  159. select IIO_TRIGGERED_BUFFER
  160. help
  161. Say yes here to build support for Cosmic Circuits 10001 ADC.
  162. This driver can also be built as a module. If so, the module will be
  163. called cc10001_adc.
  164. config DA9150_GPADC
  165. tristate "Dialog DA9150 GPADC driver support"
  166. depends on MFD_DA9150
  167. help
  168. Say yes here to build support for Dialog DA9150 GPADC.
  169. This driver can also be built as a module. If chosen, the module name
  170. will be da9150-gpadc.
  171. To compile this driver as a module, choose M here: the module will be
  172. called berlin2-adc.
  173. config ENVELOPE_DETECTOR
  174. tristate "Envelope detector using a DAC and a comparator"
  175. depends on OF
  176. help
  177. Say yes here to build support for an envelope detector using a DAC
  178. and a comparator.
  179. To compile this driver as a module, choose M here: the module will be
  180. called envelope-detector.
  181. config EXYNOS_ADC
  182. tristate "Exynos ADC driver support"
  183. depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || (OF && COMPILE_TEST)
  184. depends on HAS_IOMEM
  185. help
  186. Core support for the ADC block found in the Samsung EXYNOS series
  187. of SoCs for drivers such as the touchscreen and hwmon to use to share
  188. this resource.
  189. To compile this driver as a module, choose M here: the module will be
  190. called exynos_adc.
  191. config FSL_MX25_ADC
  192. tristate "Freescale MX25 ADC driver"
  193. depends on MFD_MX25_TSADC
  194. help
  195. Generic Conversion Queue driver used for general purpose ADC in the
  196. MX25. This driver supports single measurements using the MX25 ADC.
  197. config HI8435
  198. tristate "Holt Integrated Circuits HI-8435 threshold detector"
  199. select IIO_TRIGGERED_EVENT
  200. depends on SPI
  201. help
  202. If you say yes here you get support for Holt Integrated Circuits
  203. HI-8435 chip.
  204. This driver can also be built as a module. If so, the module will be
  205. called hi8435.
  206. config HX711
  207. tristate "AVIA HX711 ADC for weight cells"
  208. depends on GPIOLIB
  209. help
  210. If you say yes here you get support for AVIA HX711 ADC which is used
  211. for weigh cells
  212. This driver uses two GPIOs, one acts as the clock and controls the
  213. channel selection and gain, the other one is used for the measurement
  214. data
  215. Currently the raw value is read from the chip and delivered.
  216. To get an actual weight one needs to subtract the
  217. zero offset and multiply by a scale factor.
  218. This should be done in userspace.
  219. This driver can also be built as a module. If so, the module will be
  220. called hx711.
  221. config INA2XX_ADC
  222. tristate "Texas Instruments INA2xx Power Monitors IIO driver"
  223. depends on I2C && !SENSORS_INA2XX
  224. select REGMAP_I2C
  225. select IIO_BUFFER
  226. select IIO_KFIFO_BUF
  227. help
  228. Say yes here to build support for TI INA2xx family of Power Monitors.
  229. This driver is mutually exclusive with the HWMON version.
  230. config IMX7D_ADC
  231. tristate "IMX7D ADC driver"
  232. depends on ARCH_MXC || COMPILE_TEST
  233. depends on HAS_IOMEM
  234. help
  235. Say yes here to build support for IMX7D ADC.
  236. This driver can also be built as a module. If so, the module will be
  237. called imx7d_adc.
  238. config LP8788_ADC
  239. tristate "LP8788 ADC driver"
  240. depends on MFD_LP8788
  241. help
  242. Say yes here to build support for TI LP8788 ADC.
  243. To compile this driver as a module, choose M here: the module will be
  244. called lp8788_adc.
  245. config LPC18XX_ADC
  246. tristate "NXP LPC18xx ADC driver"
  247. depends on ARCH_LPC18XX || COMPILE_TEST
  248. depends on OF && HAS_IOMEM
  249. help
  250. Say yes here to build support for NXP LPC18XX ADC.
  251. To compile this driver as a module, choose M here: the module will be
  252. called lpc18xx_adc.
  253. config LTC2485
  254. tristate "Linear Technology LTC2485 ADC driver"
  255. depends on I2C
  256. help
  257. Say yes here to build support for Linear Technology LTC2485 ADC.
  258. To compile this driver as a module, choose M here: the module will be
  259. called ltc2485.
  260. config MAX1027
  261. tristate "Maxim max1027 ADC driver"
  262. depends on SPI
  263. select IIO_BUFFER
  264. select IIO_TRIGGERED_BUFFER
  265. help
  266. Say yes here to build support for Maxim SPI ADC models
  267. max1027, max1029 and max1031.
  268. To compile this driver as a module, choose M here: the module will be
  269. called max1027.
  270. config MAX11100
  271. tristate "Maxim max11100 ADC driver"
  272. depends on SPI_MASTER
  273. help
  274. Say yes here to build support for Maxim max11100 SPI ADC
  275. To compile this driver as a module, choose M here: the module will be
  276. called max11100.
  277. config MAX1363
  278. tristate "Maxim max1363 ADC driver"
  279. depends on I2C
  280. select IIO_BUFFER
  281. select IIO_TRIGGERED_BUFFER
  282. help
  283. Say yes here to build support for many Maxim i2c analog to digital
  284. converters (ADC). (max1361, max1362, max1363, max1364, max1036,
  285. max1037, max1038, max1039, max1136, max1136, max1137, max1138,
  286. max1139, max1236, max1237, max11238, max1239, max11600, max11601,
  287. max11602, max11603, max11604, max11605, max11606, max11607,
  288. max11608, max11609, max11610, max11611, max11612, max11613,
  289. max11614, max11615, max11616, max11617, max11644, max11645,
  290. max11646, max11647) Provides direct access via sysfs and buffered
  291. data via the iio dev interface.
  292. To compile this driver as a module, choose M here: the module will be
  293. called max1363.
  294. config MCP320X
  295. tristate "Microchip Technology MCP3x01/02/04/08"
  296. depends on SPI
  297. help
  298. Say yes here to build support for Microchip Technology's
  299. MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204,
  300. MCP3208 or MCP3301 analog to digital converter.
  301. This driver can also be built as a module. If so, the module will be
  302. called mcp320x.
  303. config MCP3422
  304. tristate "Microchip Technology MCP3421/2/3/4/5/6/7/8 driver"
  305. depends on I2C
  306. help
  307. Say yes here to build support for Microchip Technology's MCP3421
  308. MCP3422, MCP3423, MCP3424, MCP3425, MCP3426, MCP3427 or MCP3428
  309. analog to digital converters.
  310. This driver can also be built as a module. If so, the module will be
  311. called mcp3422.
  312. config MEDIATEK_MT6577_AUXADC
  313. tristate "MediaTek AUXADC driver"
  314. depends on ARCH_MEDIATEK || COMPILE_TEST
  315. depends on HAS_IOMEM
  316. help
  317. Say yes here to enable support for MediaTek mt65xx AUXADC.
  318. The driver supports immediate mode operation to read from one of sixteen
  319. channels (external or internal).
  320. This driver can also be built as a module. If so, the module will be
  321. called mt6577_auxadc.
  322. config MEN_Z188_ADC
  323. tristate "MEN 16z188 ADC IP Core support"
  324. depends on MCB
  325. help
  326. Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB
  327. carrier.
  328. This driver can also be built as a module. If so, the module will be
  329. called men_z188_adc.
  330. config MESON_SARADC
  331. tristate "Amlogic Meson SAR ADC driver"
  332. default ARCH_MESON
  333. depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
  334. select REGMAP_MMIO
  335. help
  336. Say yes here to build support for the SAR ADC found in Amlogic Meson
  337. SoCs.
  338. To compile this driver as a module, choose M here: the
  339. module will be called meson_saradc.
  340. config MXS_LRADC
  341. tristate "Freescale i.MX23/i.MX28 LRADC"
  342. depends on (ARCH_MXS || COMPILE_TEST) && HAS_IOMEM
  343. depends on INPUT
  344. select STMP_DEVICE
  345. select IIO_BUFFER
  346. select IIO_TRIGGERED_BUFFER
  347. help
  348. Say yes here to build support for i.MX23/i.MX28 LRADC convertor
  349. built into these chips.
  350. To compile this driver as a module, choose M here: the
  351. module will be called mxs-lradc.
  352. config NAU7802
  353. tristate "Nuvoton NAU7802 ADC driver"
  354. depends on I2C
  355. help
  356. Say yes here to build support for Nuvoton NAU7802 ADC.
  357. To compile this driver as a module, choose M here: the
  358. module will be called nau7802.
  359. config PALMAS_GPADC
  360. tristate "TI Palmas General Purpose ADC"
  361. depends on MFD_PALMAS
  362. help
  363. Palmas series pmic chip by Texas Instruments (twl6035/6037)
  364. is used in smartphones and tablets and supports a 16 channel
  365. general purpose ADC.
  366. config QCOM_SPMI_IADC
  367. tristate "Qualcomm SPMI PMIC current ADC"
  368. depends on SPMI
  369. select REGMAP_SPMI
  370. help
  371. This is the IIO Current ADC driver for Qualcomm QPNP IADC Chip.
  372. The driver supports single mode operation to read from one of two
  373. channels (external or internal). Hardware have additional
  374. channels internally used for gain and offset calibration.
  375. To compile this driver as a module, choose M here: the module will
  376. be called qcom-spmi-iadc.
  377. config QCOM_SPMI_VADC
  378. tristate "Qualcomm SPMI PMIC voltage ADC"
  379. depends on SPMI
  380. select REGMAP_SPMI
  381. help
  382. This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip.
  383. The driver supports multiple channels read. The VADC is a 15-bit
  384. sigma-delta ADC. Some of the channels are internally used for
  385. calibration.
  386. To compile this driver as a module, choose M here: the module will
  387. be called qcom-spmi-vadc.
  388. config RCAR_GYRO_ADC
  389. tristate "Renesas R-Car GyroADC driver"
  390. depends on ARCH_RCAR_GEN2 || (ARM && COMPILE_TEST)
  391. help
  392. Say yes here to build support for the GyroADC found in Renesas
  393. R-Car Gen2 SoCs. This block is a simple SPI offload engine for
  394. reading data out of attached compatible ADCs in a round-robin
  395. fashion. Up to 4 or 8 ADC channels are supported by this block,
  396. depending on which ADCs are attached.
  397. To compile this driver as a module, choose M here: the
  398. module will be called rcar-gyroadc.
  399. config ROCKCHIP_SARADC
  400. tristate "Rockchip SARADC driver"
  401. depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
  402. depends on RESET_CONTROLLER
  403. help
  404. Say yes here to build support for the SARADC found in SoCs from
  405. Rockchip.
  406. To compile this driver as a module, choose M here: the
  407. module will be called rockchip_saradc.
  408. config STM32_ADC_CORE
  409. tristate "STMicroelectronics STM32 adc core"
  410. depends on ARCH_STM32 || COMPILE_TEST
  411. depends on HAS_DMA
  412. depends on OF
  413. depends on REGULATOR
  414. select IIO_BUFFER
  415. select MFD_STM32_TIMERS
  416. select IIO_STM32_TIMER_TRIGGER
  417. select IIO_TRIGGERED_BUFFER
  418. help
  419. Select this option to enable the core driver for STMicroelectronics
  420. STM32 analog-to-digital converter (ADC).
  421. This driver can also be built as a module. If so, the module
  422. will be called stm32-adc-core.
  423. config STM32_ADC
  424. tristate "STMicroelectronics STM32 adc"
  425. depends on STM32_ADC_CORE
  426. help
  427. Say yes here to build support for STMicroelectronics stm32 Analog
  428. to Digital Converter (ADC).
  429. This driver can also be built as a module. If so, the module
  430. will be called stm32-adc.
  431. config STX104
  432. tristate "Apex Embedded Systems STX104 driver"
  433. depends on X86 && ISA_BUS_API
  434. select GPIOLIB
  435. help
  436. Say yes here to build support for the Apex Embedded Systems STX104
  437. integrated analog PC/104 card.
  438. This driver supports the 16 channels of single-ended (8 channels of
  439. differential) analog inputs, 2 channels of analog output, 4 digital
  440. inputs, and 4 digital outputs provided by the STX104.
  441. The base port addresses for the devices may be configured via the base
  442. array module parameter.
  443. config TI_ADC081C
  444. tristate "Texas Instruments ADC081C/ADC101C/ADC121C family"
  445. depends on I2C
  446. select IIO_BUFFER
  447. select IIO_TRIGGERED_BUFFER
  448. help
  449. If you say yes here you get support for Texas Instruments ADC081C,
  450. ADC101C and ADC121C ADC chips.
  451. This driver can also be built as a module. If so, the module will be
  452. called ti-adc081c.
  453. config TI_ADC0832
  454. tristate "Texas Instruments ADC0831/ADC0832/ADC0834/ADC0838"
  455. depends on SPI
  456. select IIO_BUFFER
  457. select IIO_TRIGGERED_BUFFER
  458. help
  459. If you say yes here you get support for Texas Instruments ADC0831,
  460. ADC0832, ADC0834, ADC0838 ADC chips.
  461. This driver can also be built as a module. If so, the module will be
  462. called ti-adc0832.
  463. config TI_ADC12138
  464. tristate "Texas Instruments ADC12130/ADC12132/ADC12138"
  465. depends on SPI
  466. select IIO_BUFFER
  467. select IIO_TRIGGERED_BUFFER
  468. help
  469. If you say yes here you get support for Texas Instruments ADC12130,
  470. ADC12132 and ADC12138 chips.
  471. This driver can also be built as a module. If so, the module will be
  472. called ti-adc12138.
  473. config TI_ADC128S052
  474. tristate "Texas Instruments ADC128S052/ADC122S021/ADC124S021"
  475. depends on SPI
  476. help
  477. If you say yes here you get support for Texas Instruments ADC128S052,
  478. ADC122S021 and ADC124S021 chips.
  479. This driver can also be built as a module. If so, the module will be
  480. called ti-adc128s052.
  481. config TI_ADC161S626
  482. tristate "Texas Instruments ADC161S626 1-channel differential ADC"
  483. depends on SPI
  484. select IIO_BUFFER
  485. select IIO_TRIGGERED_BUFFER
  486. help
  487. If you say yes here you get support for Texas Instruments ADC141S626,
  488. and ADC161S626 chips.
  489. This driver can also be built as a module. If so, the module will be
  490. called ti-adc161s626.
  491. config TI_ADS1015
  492. tristate "Texas Instruments ADS1015 ADC"
  493. depends on I2C && !SENSORS_ADS1015
  494. select REGMAP_I2C
  495. select IIO_BUFFER
  496. select IIO_TRIGGERED_BUFFER
  497. help
  498. If you say yes here you get support for Texas Instruments ADS1015
  499. ADC chip.
  500. This driver can also be built as a module. If so, the module will be
  501. called ti-ads1015.
  502. config TI_ADS7950
  503. tristate "Texas Instruments ADS7950 ADC driver"
  504. depends on SPI
  505. select IIO_BUFFER
  506. select IIO_TRIGGERED_BUFFER
  507. help
  508. Say yes here to build support for Texas Instruments ADS7950, ADS7951,
  509. ADS7952, ADS7953, ADS7954, ADS7955, ADS7956, ADS7957, ADS7958, ADS7959.
  510. ADS7960, ADS7961.
  511. To compile this driver as a module, choose M here: the
  512. module will be called ti-ads7950.
  513. config TI_ADS8688
  514. tristate "Texas Instruments ADS8688"
  515. depends on SPI && OF
  516. help
  517. If you say yes here you get support for Texas Instruments ADS8684 and
  518. and ADS8688 ADC chips
  519. This driver can also be built as a module. If so, the module will be
  520. called ti-ads8688.
  521. config TI_AM335X_ADC
  522. tristate "TI's AM335X ADC driver"
  523. depends on MFD_TI_AM335X_TSCADC && HAS_DMA
  524. select IIO_BUFFER
  525. select IIO_KFIFO_BUF
  526. help
  527. Say yes here to build support for Texas Instruments ADC
  528. driver which is also a MFD client.
  529. To compile this driver as a module, choose M here: the module will be
  530. called ti_am335x_adc.
  531. config TI_TLC4541
  532. tristate "Texas Instruments TLC4541 ADC driver"
  533. depends on SPI
  534. select IIO_BUFFER
  535. select IIO_TRIGGERED_BUFFER
  536. help
  537. Say yes here to build support for Texas Instruments TLC4541 / TLC3541
  538. ADC chips.
  539. This driver can also be built as a module. If so, the module will be
  540. called ti-tlc4541.
  541. config TWL4030_MADC
  542. tristate "TWL4030 MADC (Monitoring A/D Converter)"
  543. depends on TWL4030_CORE
  544. help
  545. This driver provides support for Triton TWL4030-MADC. The
  546. driver supports both RT and SW conversion methods.
  547. This driver can also be built as a module. If so, the module will be
  548. called twl4030-madc.
  549. config TWL6030_GPADC
  550. tristate "TWL6030 GPADC (General Purpose A/D Converter) Support"
  551. depends on TWL4030_CORE
  552. default n
  553. help
  554. Say yes here if you want support for the TWL6030/TWL6032 General
  555. Purpose A/D Converter. This will add support for battery type
  556. detection, battery voltage and temperature measurement, die
  557. temperature measurement, system supply voltage, audio accessory,
  558. USB ID detection.
  559. This driver can also be built as a module. If so, the module will be
  560. called twl6030-gpadc.
  561. config VF610_ADC
  562. tristate "Freescale vf610 ADC driver"
  563. depends on OF
  564. depends on HAS_IOMEM
  565. select IIO_BUFFER
  566. select IIO_TRIGGERED_BUFFER
  567. help
  568. Say yes here to support for Vybrid board analog-to-digital converter.
  569. Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
  570. This driver can also be built as a module. If so, the module will be
  571. called vf610_adc.
  572. config VIPERBOARD_ADC
  573. tristate "Viperboard ADC support"
  574. depends on MFD_VIPERBOARD && USB
  575. help
  576. Say yes here to access the ADC part of the Nano River
  577. Technologies Viperboard.
  578. To compile this driver as a module, choose M here: the module will be
  579. called viperboard_adc.
  580. config XILINX_XADC
  581. tristate "Xilinx XADC driver"
  582. depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
  583. depends on HAS_IOMEM
  584. select IIO_BUFFER
  585. select IIO_TRIGGERED_BUFFER
  586. help
  587. Say yes here to have support for the Xilinx XADC. The driver does support
  588. both the ZYNQ interface to the XADC as well as the AXI-XADC interface.
  589. The driver can also be build as a module. If so, the module will be called
  590. xilinx-xadc.
  591. endmenu