#
# ADC drivers
#
menu "Analog to digital converters"
config [31mCONFIG_AD7606[0m
tristate "Analog Devices AD7606 ADC driver"
depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_HAS_IOMEM[0m
select [31mCONFIG_IIO_BUFFER[0m
select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m
help
Say yes here to build support for Analog Devices:
ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7606.
config [31mCONFIG_AD7606_IFACE_PARALLEL[0m
tristate "parallel interface support"
depends on [31mCONFIG_AD7606[0m
help
Say yes here to include parallel interface support on the [31mCONFIG_AD7606[0m
ADC driver.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7606_parallel.
config [31mCONFIG_AD7606_IFACE_SPI[0m
tristate "spi interface support"
depends on [31mCONFIG_AD7606[0m
depends on [31mCONFIG_SPI[0m
help
Say yes here to include parallel interface support on the [31mCONFIG_AD7606[0m
ADC driver.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7606_spi.
config [31mCONFIG_AD7780[0m
tristate "Analog Devices AD7780 and similar ADCs driver"
depends on [31mCONFIG_SPI[0m
depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_AD_SIGMA_DELTA[0m
help
Say yes here to build support for Analog Devices AD7170, AD7171,
[31mCONFIG_AD7780[0m and AD7781 [31mCONFIG_SPI[0m analog to digital converters (ADC).
If unsure, say N (but it's safe to say "Y").
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7780.
config [31mCONFIG_AD7816[0m
tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
depends on [31mCONFIG_SPI[0m
depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m
help
Say yes here to build support for Analog Devices [31mCONFIG_AD7816[0m/7/8
temperature sensors and ADC.
config [31mCONFIG_AD7192[0m
tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver"
depends on [31mCONFIG_SPI[0m
select [31mCONFIG_AD_SIGMA_DELTA[0m
help
Say yes here to build support for Analog Devices AD7190,
[31mCONFIG_AD7192[0m, AD7193 or AD7195 [31mCONFIG_SPI[0m analog to digital converters (ADC).
If unsure, say N (but it's safe to say "Y").
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7192.
config [31mCONFIG_AD7280[0m
tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
depends on [31mCONFIG_SPI[0m
help
Say yes here to build support for Analog Devices AD7280A
Lithium Ion Battery Monitoring System.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ad7280a
config [31mCONFIG_LPC32XX_ADC[0m
tristate "NXP LPC32XX ADC"
depends on [31mCONFIG_ARCH_LPC32XX[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_HAS_IOMEM[0m
help
Say yes here to build support for the integrated ADC inside the
LPC32XX SoC. Note that this feature uses the same hardware as the
touchscreen driver, so you should either select only one of the two
drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
activate only one via device tree selection. Provides direct access
via sysfs.
config [31mCONFIG_SPEAR_ADC[0m
tristate "ST SPEAr ADC"
depends on [31mCONFIG_PLAT_SPEAR[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_HAS_IOMEM[0m
help
Say yes here to build support for the integrated ADC inside the
ST SPEAr SoC. Provides direct access via sysfs.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called spear_adc.
endmenu