Kconfig 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959
  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 ASPEED_ADC
  111. tristate "Aspeed ADC"
  112. depends on ARCH_ASPEED || COMPILE_TEST
  113. depends on COMMON_CLK
  114. help
  115. If you say yes here you get support for the ADC included in Aspeed
  116. BMC SoCs.
  117. To compile this driver as a module, choose M here: the module will be
  118. called aspeed_adc.
  119. config AT91_ADC
  120. tristate "Atmel AT91 ADC"
  121. depends on ARCH_AT91
  122. depends on INPUT && SYSFS
  123. select IIO_BUFFER
  124. select IIO_TRIGGERED_BUFFER
  125. help
  126. Say yes here to build support for Atmel AT91 ADC.
  127. To compile this driver as a module, choose M here: the module will be
  128. called at91_adc.
  129. config AT91_SAMA5D2_ADC
  130. tristate "Atmel AT91 SAMA5D2 ADC"
  131. depends on ARCH_AT91 || COMPILE_TEST
  132. depends on HAS_IOMEM
  133. select IIO_BUFFER
  134. select IIO_TRIGGERED_BUFFER
  135. help
  136. Say yes here to build support for Atmel SAMA5D2 ADC which is
  137. available on SAMA5D2 SoC family.
  138. To compile this driver as a module, choose M here: the module will be
  139. called at91-sama5d2_adc.
  140. config AXP20X_ADC
  141. tristate "X-Powers AXP20X and AXP22X ADC driver"
  142. depends on MFD_AXP20X
  143. help
  144. Say yes here to have support for X-Powers power management IC (PMIC)
  145. AXP20X and AXP22X ADC devices.
  146. To compile this driver as a module, choose M here: the module will be
  147. called axp20x_adc.
  148. config AXP288_ADC
  149. tristate "X-Powers AXP288 ADC driver"
  150. depends on MFD_AXP20X
  151. help
  152. Say yes here to have support for X-Powers power management IC (PMIC) ADC
  153. device. Depending on platform configuration, this general purpose ADC can
  154. be used for sampling sensors such as thermal resistors.
  155. To compile this driver as a module, choose M here: the module will be
  156. called axp288_adc.
  157. config BCM_IPROC_ADC
  158. tristate "Broadcom IPROC ADC driver"
  159. depends on ARCH_BCM_IPROC || COMPILE_TEST
  160. depends on MFD_SYSCON
  161. default ARCH_BCM_CYGNUS
  162. help
  163. Say Y here if you want to add support for the Broadcom static
  164. ADC driver.
  165. Broadcom iProc ADC driver. Broadcom iProc ADC controller has 8
  166. channels. The driver allows the user to read voltage values.
  167. config BERLIN2_ADC
  168. tristate "Marvell Berlin2 ADC driver"
  169. depends on ARCH_BERLIN
  170. help
  171. Marvell Berlin2 ADC driver. This ADC has 8 channels, with one used for
  172. temperature measurement.
  173. config CC10001_ADC
  174. tristate "Cosmic Circuits 10001 ADC driver"
  175. depends on HAS_IOMEM && HAVE_CLK && REGULATOR
  176. select IIO_BUFFER
  177. select IIO_TRIGGERED_BUFFER
  178. help
  179. Say yes here to build support for Cosmic Circuits 10001 ADC.
  180. This driver can also be built as a module. If so, the module will be
  181. called cc10001_adc.
  182. config CPCAP_ADC
  183. tristate "Motorola CPCAP PMIC ADC driver"
  184. depends on MFD_CPCAP
  185. select IIO_BUFFER
  186. select IIO_TRIGGERED_BUFFER
  187. help
  188. Say yes here to build support for Motorola CPCAP PMIC ADC.
  189. This driver can also be built as a module. If so, the module will be
  190. called cpcap-adc.
  191. config DA9150_GPADC
  192. tristate "Dialog DA9150 GPADC driver support"
  193. depends on MFD_DA9150
  194. help
  195. Say yes here to build support for Dialog DA9150 GPADC.
  196. This driver can also be built as a module. If chosen, the module name
  197. will be da9150-gpadc.
  198. To compile this driver as a module, choose M here: the module will be
  199. called berlin2-adc.
  200. config DLN2_ADC
  201. tristate "Diolan DLN-2 ADC driver support"
  202. depends on MFD_DLN2
  203. select IIO_BUFFER
  204. select IIO_TRIGGERED_BUFFER
  205. help
  206. Say yes here to build support for Diolan DLN-2 ADC.
  207. This driver can also be built as a module. If so, the module will be
  208. called adc_dln2.
  209. config ENVELOPE_DETECTOR
  210. tristate "Envelope detector using a DAC and a comparator"
  211. depends on OF
  212. help
  213. Say yes here to build support for an envelope detector using a DAC
  214. and a comparator.
  215. To compile this driver as a module, choose M here: the module will be
  216. called envelope-detector.
  217. config EP93XX_ADC
  218. tristate "Cirrus Logic EP93XX ADC driver"
  219. depends on ARCH_EP93XX
  220. help
  221. Driver for the ADC module on the EP93XX series of SoC from Cirrus Logic.
  222. It's recommended to switch on CONFIG_HIGH_RES_TIMERS option, in this
  223. case driver will reduce its CPU usage by 90% in some use cases.
  224. To compile this driver as a module, choose M here: the module will be
  225. called ep93xx_adc.
  226. config EXYNOS_ADC
  227. tristate "Exynos ADC driver support"
  228. depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || (OF && COMPILE_TEST)
  229. depends on HAS_IOMEM
  230. help
  231. Core support for the ADC block found in the Samsung EXYNOS series
  232. of SoCs for drivers such as the touchscreen and hwmon to use to share
  233. this resource.
  234. To compile this driver as a module, choose M here: the module will be
  235. called exynos_adc.
  236. config MXS_LRADC_ADC
  237. tristate "Freescale i.MX23/i.MX28 LRADC ADC"
  238. depends on MFD_MXS_LRADC
  239. select IIO_BUFFER
  240. select IIO_TRIGGERED_BUFFER
  241. help
  242. Say yes here to build support for the ADC functions of the
  243. i.MX23/i.MX28 LRADC. This includes general-purpose ADC readings,
  244. battery voltage measurement, and die temperature measurement.
  245. This driver can also be built as a module. If so, the module will be
  246. called mxs-lradc-adc.
  247. config FSL_MX25_ADC
  248. tristate "Freescale MX25 ADC driver"
  249. depends on MFD_MX25_TSADC
  250. help
  251. Generic Conversion Queue driver used for general purpose ADC in the
  252. MX25. This driver supports single measurements using the MX25 ADC.
  253. config HI8435
  254. tristate "Holt Integrated Circuits HI-8435 threshold detector"
  255. select IIO_TRIGGERED_EVENT
  256. depends on SPI
  257. help
  258. If you say yes here you get support for Holt Integrated Circuits
  259. HI-8435 chip.
  260. This driver can also be built as a module. If so, the module will be
  261. called hi8435.
  262. config HX711
  263. tristate "AVIA HX711 ADC for weight cells"
  264. depends on GPIOLIB
  265. select IIO_BUFFER
  266. select IIO_TRIGGERED_BUFFER
  267. help
  268. If you say yes here you get support for AVIA HX711 ADC which is used
  269. for weigh cells
  270. This driver uses two GPIOs, one acts as the clock and controls the
  271. channel selection and gain, the other one is used for the measurement
  272. data
  273. Currently the raw value is read from the chip and delivered.
  274. To get an actual weight one needs to subtract the
  275. zero offset and multiply by a scale factor.
  276. This should be done in userspace.
  277. This driver can also be built as a module. If so, the module will be
  278. called hx711.
  279. config INA2XX_ADC
  280. tristate "Texas Instruments INA2xx Power Monitors IIO driver"
  281. depends on I2C && !SENSORS_INA2XX
  282. select REGMAP_I2C
  283. select IIO_BUFFER
  284. select IIO_KFIFO_BUF
  285. help
  286. Say yes here to build support for TI INA2xx family of Power Monitors.
  287. This driver is mutually exclusive with the HWMON version.
  288. config IMX7D_ADC
  289. tristate "Freescale IMX7D ADC driver"
  290. depends on ARCH_MXC || COMPILE_TEST
  291. depends on HAS_IOMEM
  292. help
  293. Say yes here to build support for IMX7D ADC.
  294. This driver can also be built as a module. If so, the module will be
  295. called imx7d_adc.
  296. config LP8788_ADC
  297. tristate "LP8788 ADC driver"
  298. depends on MFD_LP8788
  299. help
  300. Say yes here to build support for TI LP8788 ADC.
  301. To compile this driver as a module, choose M here: the module will be
  302. called lp8788_adc.
  303. config LPC18XX_ADC
  304. tristate "NXP LPC18xx ADC driver"
  305. depends on ARCH_LPC18XX || COMPILE_TEST
  306. depends on OF && HAS_IOMEM
  307. help
  308. Say yes here to build support for NXP LPC18XX ADC.
  309. To compile this driver as a module, choose M here: the module will be
  310. called lpc18xx_adc.
  311. config LPC32XX_ADC
  312. tristate "NXP LPC32XX ADC"
  313. depends on ARCH_LPC32XX || COMPILE_TEST
  314. depends on HAS_IOMEM
  315. help
  316. Say yes here to build support for the integrated ADC inside the
  317. LPC32XX SoC. Note that this feature uses the same hardware as the
  318. touchscreen driver, so you should either select only one of the two
  319. drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
  320. activate only one via device tree selection. Provides direct access
  321. via sysfs.
  322. config LTC2471
  323. tristate "Linear Technology LTC2471 and LTC2473 ADC driver"
  324. depends on I2C
  325. help
  326. Say yes here to build support for Linear Technology LTC2471 and
  327. LTC2473 16-bit I2C ADC.
  328. This driver can also be built as a module. If so, the module will
  329. be called ltc2471.
  330. config LTC2485
  331. tristate "Linear Technology LTC2485 ADC driver"
  332. depends on I2C
  333. help
  334. Say yes here to build support for Linear Technology LTC2485 ADC.
  335. To compile this driver as a module, choose M here: the module will be
  336. called ltc2485.
  337. config LTC2497
  338. tristate "Linear Technology LTC2497 ADC driver"
  339. depends on I2C
  340. help
  341. Say yes here to build support for Linear Technology LTC2497
  342. 16-Bit 8-/16-Channel Delta Sigma ADC.
  343. To compile this driver as a module, choose M here: the module will be
  344. called ltc2497.
  345. config MAX1027
  346. tristate "Maxim max1027 ADC driver"
  347. depends on SPI
  348. select IIO_BUFFER
  349. select IIO_TRIGGERED_BUFFER
  350. help
  351. Say yes here to build support for Maxim SPI ADC models
  352. max1027, max1029 and max1031.
  353. To compile this driver as a module, choose M here: the module will be
  354. called max1027.
  355. config MAX11100
  356. tristate "Maxim max11100 ADC driver"
  357. depends on SPI_MASTER
  358. help
  359. Say yes here to build support for Maxim max11100 SPI ADC
  360. To compile this driver as a module, choose M here: the module will be
  361. called max11100.
  362. config MAX1118
  363. tristate "Maxim max1117/max1118/max1119 ADCs driver"
  364. depends on SPI
  365. select IIO_BUFFER
  366. select IIO_TRIGGERED_BUFFER
  367. help
  368. Say yes here to build support for Maxim max1117/max1118/max1119
  369. 8-bit, dual-channel ADCs.
  370. To compile this driver as a module, choose M here: the module will be
  371. called max1118.
  372. config MAX1363
  373. tristate "Maxim max1363 ADC driver"
  374. depends on I2C
  375. select IIO_BUFFER
  376. select IIO_TRIGGERED_BUFFER
  377. help
  378. Say yes here to build support for many Maxim i2c analog to digital
  379. converters (ADC). (max1361, max1362, max1363, max1364, max1036,
  380. max1037, max1038, max1039, max1136, max1136, max1137, max1138,
  381. max1139, max1236, max1237, max11238, max1239, max11600, max11601,
  382. max11602, max11603, max11604, max11605, max11606, max11607,
  383. max11608, max11609, max11610, max11611, max11612, max11613,
  384. max11614, max11615, max11616, max11617, max11644, max11645,
  385. max11646, max11647) Provides direct access via sysfs and buffered
  386. data via the iio dev interface.
  387. To compile this driver as a module, choose M here: the module will be
  388. called max1363.
  389. config MAX9611
  390. tristate "Maxim max9611/max9612 ADC driver"
  391. depends on I2C
  392. help
  393. Say yes here to build support for Maxim max9611/max9612 current sense
  394. amplifier with 12-bits ADC interface.
  395. To compile this driver as a module, choose M here: the module will be
  396. called max9611.
  397. config MCP320X
  398. tristate "Microchip Technology MCP3x01/02/04/08 and MCP3550/1/3"
  399. depends on SPI
  400. help
  401. Say yes here to build support for Microchip Technology's
  402. MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204,
  403. MCP3208, MCP3301, MCP3550, MCP3551 and MCP3553 analog to digital
  404. converters.
  405. This driver can also be built as a module. If so, the module will be
  406. called mcp320x.
  407. config MCP3422
  408. tristate "Microchip Technology MCP3421/2/3/4/5/6/7/8 driver"
  409. depends on I2C
  410. help
  411. Say yes here to build support for Microchip Technology's MCP3421
  412. MCP3422, MCP3423, MCP3424, MCP3425, MCP3426, MCP3427 or MCP3428
  413. analog to digital converters.
  414. This driver can also be built as a module. If so, the module will be
  415. called mcp3422.
  416. config MEDIATEK_MT6577_AUXADC
  417. tristate "MediaTek AUXADC driver"
  418. depends on ARCH_MEDIATEK || COMPILE_TEST
  419. depends on HAS_IOMEM
  420. help
  421. Say yes here to enable support for MediaTek mt65xx AUXADC.
  422. The driver supports immediate mode operation to read from one of sixteen
  423. channels (external or internal).
  424. This driver can also be built as a module. If so, the module will be
  425. called mt6577_auxadc.
  426. config MEN_Z188_ADC
  427. tristate "MEN 16z188 ADC IP Core support"
  428. depends on MCB
  429. help
  430. Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB
  431. carrier.
  432. This driver can also be built as a module. If so, the module will be
  433. called men_z188_adc.
  434. config MESON_SARADC
  435. tristate "Amlogic Meson SAR ADC driver"
  436. default ARCH_MESON
  437. depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
  438. select REGMAP_MMIO
  439. help
  440. Say yes here to build support for the SAR ADC found in Amlogic Meson
  441. SoCs.
  442. To compile this driver as a module, choose M here: the
  443. module will be called meson_saradc.
  444. config NAU7802
  445. tristate "Nuvoton NAU7802 ADC driver"
  446. depends on I2C
  447. help
  448. Say yes here to build support for Nuvoton NAU7802 ADC.
  449. To compile this driver as a module, choose M here: the
  450. module will be called nau7802.
  451. config PALMAS_GPADC
  452. tristate "TI Palmas General Purpose ADC"
  453. depends on MFD_PALMAS
  454. help
  455. Palmas series pmic chip by Texas Instruments (twl6035/6037)
  456. is used in smartphones and tablets and supports a 16 channel
  457. general purpose ADC.
  458. config QCOM_VADC_COMMON
  459. tristate
  460. config QCOM_PM8XXX_XOADC
  461. tristate "Qualcomm SSBI PM8xxx PMIC XOADCs"
  462. depends on MFD_PM8XXX
  463. select QCOM_VADC_COMMON
  464. help
  465. ADC driver for the XOADC portions of the Qualcomm PM8xxx PMICs
  466. using SSBI transport: PM8018, PM8038, PM8058, PM8921.
  467. To compile this driver as a module, choose M here: the module
  468. will be called qcom-pm8xxx-xoadc.
  469. config QCOM_SPMI_IADC
  470. tristate "Qualcomm SPMI PMIC current ADC"
  471. depends on SPMI
  472. select REGMAP_SPMI
  473. help
  474. This is the IIO Current ADC driver for Qualcomm QPNP IADC Chip.
  475. The driver supports single mode operation to read from one of two
  476. channels (external or internal). Hardware have additional
  477. channels internally used for gain and offset calibration.
  478. To compile this driver as a module, choose M here: the module will
  479. be called qcom-spmi-iadc.
  480. config QCOM_SPMI_VADC
  481. tristate "Qualcomm SPMI PMIC voltage ADC"
  482. depends on SPMI
  483. select REGMAP_SPMI
  484. select QCOM_VADC_COMMON
  485. help
  486. This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip.
  487. The driver supports multiple channels read. The VADC is a 15-bit
  488. sigma-delta ADC. Some of the channels are internally used for
  489. calibration.
  490. To compile this driver as a module, choose M here: the module will
  491. be called qcom-spmi-vadc.
  492. config RCAR_GYRO_ADC
  493. tristate "Renesas R-Car GyroADC driver"
  494. depends on ARCH_RCAR_GEN2 || COMPILE_TEST
  495. help
  496. Say yes here to build support for the GyroADC found in Renesas
  497. R-Car Gen2 SoCs. This block is a simple SPI offload engine for
  498. reading data out of attached compatible ADCs in a round-robin
  499. fashion. Up to 4 or 8 ADC channels are supported by this block,
  500. depending on which ADCs are attached.
  501. To compile this driver as a module, choose M here: the
  502. module will be called rcar-gyroadc.
  503. config ROCKCHIP_SARADC
  504. tristate "Rockchip SARADC driver"
  505. depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
  506. depends on RESET_CONTROLLER
  507. help
  508. Say yes here to build support for the SARADC found in SoCs from
  509. Rockchip.
  510. To compile this driver as a module, choose M here: the
  511. module will be called rockchip_saradc.
  512. config SC27XX_ADC
  513. tristate "Spreadtrum SC27xx series PMICs ADC"
  514. depends on MFD_SC27XX_PMIC || COMPILE_TEST
  515. help
  516. Say yes here to build support for the integrated ADC inside the
  517. Spreadtrum SC27xx series PMICs.
  518. This driver can also be built as a module. If so, the module
  519. will be called sc27xx_adc.
  520. config SPEAR_ADC
  521. tristate "ST SPEAr ADC"
  522. depends on PLAT_SPEAR || COMPILE_TEST
  523. depends on HAS_IOMEM
  524. help
  525. Say yes here to build support for the integrated ADC inside the
  526. ST SPEAr SoC. Provides direct access via sysfs.
  527. To compile this driver as a module, choose M here: the
  528. module will be called spear_adc.
  529. config SD_ADC_MODULATOR
  530. tristate "Generic sigma delta modulator"
  531. depends on OF
  532. select IIO_BUFFER
  533. select IIO_TRIGGERED_BUFFER
  534. help
  535. Select this option to enables sigma delta modulator. This driver can
  536. support generic sigma delta modulators.
  537. This driver can also be built as a module. If so, the module
  538. will be called sd_adc_modulator.
  539. config STM32_ADC_CORE
  540. tristate "STMicroelectronics STM32 adc core"
  541. depends on ARCH_STM32 || COMPILE_TEST
  542. depends on OF
  543. depends on REGULATOR
  544. depends on HAS_IOMEM
  545. select IIO_BUFFER
  546. select MFD_STM32_TIMERS
  547. select IIO_STM32_TIMER_TRIGGER
  548. select IIO_TRIGGERED_BUFFER
  549. help
  550. Select this option to enable the core driver for STMicroelectronics
  551. STM32 analog-to-digital converter (ADC).
  552. This driver can also be built as a module. If so, the module
  553. will be called stm32-adc-core.
  554. config STM32_ADC
  555. tristate "STMicroelectronics STM32 adc"
  556. depends on STM32_ADC_CORE
  557. help
  558. Say yes here to build support for STMicroelectronics stm32 Analog
  559. to Digital Converter (ADC).
  560. This driver can also be built as a module. If so, the module
  561. will be called stm32-adc.
  562. config STM32_DFSDM_CORE
  563. tristate "STMicroelectronics STM32 DFSDM core"
  564. depends on (ARCH_STM32 && OF) || COMPILE_TEST
  565. select REGMAP
  566. select REGMAP_MMIO
  567. help
  568. Select this option to enable the driver for STMicroelectronics
  569. STM32 digital filter for sigma delta converter.
  570. This driver can also be built as a module. If so, the module
  571. will be called stm32-dfsdm-core.
  572. config STM32_DFSDM_ADC
  573. tristate "STMicroelectronics STM32 dfsdm adc"
  574. depends on (ARCH_STM32 && OF) || COMPILE_TEST
  575. select STM32_DFSDM_CORE
  576. select REGMAP_MMIO
  577. select IIO_BUFFER
  578. select IIO_BUFFER_HW_CONSUMER
  579. help
  580. Select this option to support ADCSigma delta modulator for
  581. STMicroelectronics STM32 digital filter for sigma delta converter.
  582. This driver can also be built as a module. If so, the module
  583. will be called stm32-dfsdm-adc.
  584. config STX104
  585. tristate "Apex Embedded Systems STX104 driver"
  586. depends on PC104 && X86
  587. select ISA_BUS_API
  588. select GPIOLIB
  589. help
  590. Say yes here to build support for the Apex Embedded Systems STX104
  591. integrated analog PC/104 card.
  592. This driver supports the 16 channels of single-ended (8 channels of
  593. differential) analog inputs, 2 channels of analog output, 4 digital
  594. inputs, and 4 digital outputs provided by the STX104.
  595. The base port addresses for the devices may be configured via the base
  596. array module parameter.
  597. config SUN4I_GPADC
  598. tristate "Support for the Allwinner SoCs GPADC"
  599. depends on IIO
  600. depends on MFD_SUN4I_GPADC || MACH_SUN8I
  601. depends on THERMAL || !THERMAL_OF
  602. select REGMAP_IRQ
  603. help
  604. Say yes here to build support for Allwinner (A10, A13 and A31) SoCs
  605. GPADC. This ADC provides 4 channels which can be used as an ADC or as
  606. a touchscreen input and one channel for thermal sensor.
  607. The thermal sensor slows down ADC readings and can be disabled by
  608. disabling CONFIG_THERMAL_OF. However, the thermal sensor should be
  609. enabled by default since the SoC temperature is usually more critical
  610. than ADC readings.
  611. To compile this driver as a module, choose M here: the module will be
  612. called sun4i-gpadc-iio.
  613. config TI_ADC081C
  614. tristate "Texas Instruments ADC081C/ADC101C/ADC121C family"
  615. depends on I2C
  616. select IIO_BUFFER
  617. select IIO_TRIGGERED_BUFFER
  618. help
  619. If you say yes here you get support for Texas Instruments ADC081C,
  620. ADC101C and ADC121C ADC chips.
  621. This driver can also be built as a module. If so, the module will be
  622. called ti-adc081c.
  623. config TI_ADC0832
  624. tristate "Texas Instruments ADC0831/ADC0832/ADC0834/ADC0838"
  625. depends on SPI
  626. select IIO_BUFFER
  627. select IIO_TRIGGERED_BUFFER
  628. help
  629. If you say yes here you get support for Texas Instruments ADC0831,
  630. ADC0832, ADC0834, ADC0838 ADC chips.
  631. This driver can also be built as a module. If so, the module will be
  632. called ti-adc0832.
  633. config TI_ADC084S021
  634. tristate "Texas Instruments ADC084S021"
  635. depends on SPI
  636. select IIO_BUFFER
  637. select IIO_TRIGGERED_BUFFER
  638. help
  639. If you say yes here you get support for Texas Instruments ADC084S021
  640. chips.
  641. This driver can also be built as a module. If so, the module will be
  642. called ti-adc084s021.
  643. config TI_ADC12138
  644. tristate "Texas Instruments ADC12130/ADC12132/ADC12138"
  645. depends on SPI
  646. select IIO_BUFFER
  647. select IIO_TRIGGERED_BUFFER
  648. help
  649. If you say yes here you get support for Texas Instruments ADC12130,
  650. ADC12132 and ADC12138 chips.
  651. This driver can also be built as a module. If so, the module will be
  652. called ti-adc12138.
  653. config TI_ADC108S102
  654. tristate "Texas Instruments ADC108S102 and ADC128S102 driver"
  655. depends on SPI
  656. select IIO_BUFFER
  657. select IIO_TRIGGERED_BUFFER
  658. help
  659. Say yes here to build support for Texas Instruments ADC108S102 and
  660. ADC128S102 ADC.
  661. To compile this driver as a module, choose M here: the module will
  662. be called ti-adc108s102.
  663. config TI_ADC128S052
  664. tristate "Texas Instruments ADC128S052/ADC122S021/ADC124S021"
  665. depends on SPI
  666. help
  667. If you say yes here you get support for Texas Instruments ADC128S052,
  668. ADC122S021 and ADC124S021 chips.
  669. This driver can also be built as a module. If so, the module will be
  670. called ti-adc128s052.
  671. config TI_ADC161S626
  672. tristate "Texas Instruments ADC161S626 1-channel differential ADC"
  673. depends on SPI
  674. select IIO_BUFFER
  675. select IIO_TRIGGERED_BUFFER
  676. help
  677. If you say yes here you get support for Texas Instruments ADC141S626,
  678. and ADC161S626 chips.
  679. This driver can also be built as a module. If so, the module will be
  680. called ti-adc161s626.
  681. config TI_ADS1015
  682. tristate "Texas Instruments ADS1015 ADC"
  683. depends on I2C && !SENSORS_ADS1015
  684. select REGMAP_I2C
  685. select IIO_BUFFER
  686. select IIO_TRIGGERED_BUFFER
  687. help
  688. If you say yes here you get support for Texas Instruments ADS1015
  689. ADC chip.
  690. This driver can also be built as a module. If so, the module will be
  691. called ti-ads1015.
  692. config TI_ADS7950
  693. tristate "Texas Instruments ADS7950 ADC driver"
  694. depends on SPI
  695. select IIO_BUFFER
  696. select IIO_TRIGGERED_BUFFER
  697. help
  698. Say yes here to build support for Texas Instruments ADS7950, ADS7951,
  699. ADS7952, ADS7953, ADS7954, ADS7955, ADS7956, ADS7957, ADS7958, ADS7959.
  700. ADS7960, ADS7961.
  701. To compile this driver as a module, choose M here: the
  702. module will be called ti-ads7950.
  703. config TI_ADS8688
  704. tristate "Texas Instruments ADS8688"
  705. depends on SPI && OF
  706. help
  707. If you say yes here you get support for Texas Instruments ADS8684 and
  708. and ADS8688 ADC chips
  709. This driver can also be built as a module. If so, the module will be
  710. called ti-ads8688.
  711. config TI_AM335X_ADC
  712. tristate "TI's AM335X ADC driver"
  713. depends on MFD_TI_AM335X_TSCADC && HAS_DMA
  714. select IIO_BUFFER
  715. select IIO_KFIFO_BUF
  716. help
  717. Say yes here to build support for Texas Instruments ADC
  718. driver which is also a MFD client.
  719. To compile this driver as a module, choose M here: the module will be
  720. called ti_am335x_adc.
  721. config TI_TLC4541
  722. tristate "Texas Instruments TLC4541 ADC driver"
  723. depends on SPI
  724. select IIO_BUFFER
  725. select IIO_TRIGGERED_BUFFER
  726. help
  727. Say yes here to build support for Texas Instruments TLC4541 / TLC3541
  728. ADC chips.
  729. This driver can also be built as a module. If so, the module will be
  730. called ti-tlc4541.
  731. config TWL4030_MADC
  732. tristate "TWL4030 MADC (Monitoring A/D Converter)"
  733. depends on TWL4030_CORE
  734. help
  735. This driver provides support for Triton TWL4030-MADC. The
  736. driver supports both RT and SW conversion methods.
  737. This driver can also be built as a module. If so, the module will be
  738. called twl4030-madc.
  739. config TWL6030_GPADC
  740. tristate "TWL6030 GPADC (General Purpose A/D Converter) Support"
  741. depends on TWL4030_CORE
  742. default n
  743. help
  744. Say yes here if you want support for the TWL6030/TWL6032 General
  745. Purpose A/D Converter. This will add support for battery type
  746. detection, battery voltage and temperature measurement, die
  747. temperature measurement, system supply voltage, audio accessory,
  748. USB ID detection.
  749. This driver can also be built as a module. If so, the module will be
  750. called twl6030-gpadc.
  751. config VF610_ADC
  752. tristate "Freescale vf610 ADC driver"
  753. depends on OF
  754. depends on HAS_IOMEM
  755. select IIO_BUFFER
  756. select IIO_TRIGGERED_BUFFER
  757. help
  758. Say yes here to support for Vybrid board analog-to-digital converter.
  759. Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
  760. This driver can also be built as a module. If so, the module will be
  761. called vf610_adc.
  762. config VIPERBOARD_ADC
  763. tristate "Viperboard ADC support"
  764. depends on MFD_VIPERBOARD && USB
  765. help
  766. Say yes here to access the ADC part of the Nano River
  767. Technologies Viperboard.
  768. To compile this driver as a module, choose M here: the module will be
  769. called viperboard_adc.
  770. config XILINX_XADC
  771. tristate "Xilinx XADC driver"
  772. depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
  773. depends on HAS_IOMEM
  774. select IIO_BUFFER
  775. select IIO_TRIGGERED_BUFFER
  776. help
  777. Say yes here to have support for the Xilinx XADC. The driver does support
  778. both the ZYNQ interface to the XADC as well as the AXI-XADC interface.
  779. The driver can also be build as a module. If so, the module will be called
  780. xilinx-xadc.
  781. config ARK_ADC
  782. tristate "Arkmicro ADC Driver"
  783. help
  784. Say yes here to have support for the Arkmicro ADC.
  785. To compile this driver as a module, choose M here: the module will be
  786. called ark-dac.
  787. config ARK1668E_ADC
  788. tristate "Arkmicro 1668E ADC Driver"
  789. help
  790. Say yes here to have support for the Arkmicro ADC.
  791. To compile this driver as a module, choose M here: the module will be
  792. called ark-dac.
  793. endmenu