Kconfig (cbcd4f08aa637b74f575268770da86a00fabde6d) Kconfig (1d3eacbfa64411465c568d58583be3b9fa26857b)
1#
2# ADC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Analog to digital converters"
7
8config AD_SIGMA_DELTA

--- 308 unchanged lines hidden (view full) ---

317 select REGMAP_I2C
318 select IIO_BUFFER
319 select IIO_KFIFO_BUF
320 help
321 Say yes here to build support for TI INA2xx family of Power Monitors.
322 This driver is mutually exclusive with the HWMON version.
323
324config IMX7D_ADC
1#
2# ADC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Analog to digital converters"
7
8config AD_SIGMA_DELTA

--- 308 unchanged lines hidden (view full) ---

317 select REGMAP_I2C
318 select IIO_BUFFER
319 select IIO_KFIFO_BUF
320 help
321 Say yes here to build support for TI INA2xx family of Power Monitors.
322 This driver is mutually exclusive with the HWMON version.
323
324config IMX7D_ADC
325 tristate "IMX7D ADC driver"
325 tristate "Freescale IMX7D ADC driver"
326 depends on ARCH_MXC || COMPILE_TEST
327 depends on HAS_IOMEM
328 help
329 Say yes here to build support for IMX7D ADC.
330
331 This driver can also be built as a module. If so, the module will be
332 called imx7d_adc.
333

--- 23 unchanged lines hidden (view full) ---

357 help
358 Say yes here to build support for the integrated ADC inside the
359 LPC32XX SoC. Note that this feature uses the same hardware as the
360 touchscreen driver, so you should either select only one of the two
361 drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
362 activate only one via device tree selection. Provides direct access
363 via sysfs.
364
326 depends on ARCH_MXC || COMPILE_TEST
327 depends on HAS_IOMEM
328 help
329 Say yes here to build support for IMX7D ADC.
330
331 This driver can also be built as a module. If so, the module will be
332 called imx7d_adc.
333

--- 23 unchanged lines hidden (view full) ---

357 help
358 Say yes here to build support for the integrated ADC inside the
359 LPC32XX SoC. Note that this feature uses the same hardware as the
360 touchscreen driver, so you should either select only one of the two
361 drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
362 activate only one via device tree selection. Provides direct access
363 via sysfs.
364
365config LTC2471
366 tristate "Linear Technology LTC2471 and LTC2473 ADC driver"
367 depends on I2C
368 help
369 Say yes here to build support for Linear Technology LTC2471 and
370 LTC2473 16-bit I2C ADC.
371
372 This driver can also be built as a module. If so, the module will
373 be called ltc2471.
374
365config LTC2485
366 tristate "Linear Technology LTC2485 ADC driver"
367 depends on I2C
368 help
369 Say yes here to build support for Linear Technology LTC2485 ADC.
370
371 To compile this driver as a module, choose M here: the module will be
372 called ltc2485.

--- 488 unchanged lines hidden ---
375config LTC2485
376 tristate "Linear Technology LTC2485 ADC driver"
377 depends on I2C
378 help
379 Say yes here to build support for Linear Technology LTC2485 ADC.
380
381 To compile this driver as a module, choose M here: the module will be
382 called ltc2485.

--- 488 unchanged lines hidden ---