2012-04-06 17:49:35 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 17:49:35 +02:00
|
|
|
#
|
2012-04-07 16:50:57 +02:00
|
|
|
|
|
|
|
config CONFIG_ADC
|
|
|
|
bool "Analog Digital Convert"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ADC_ADS125X
|
|
|
|
bool "TI ads1255/ads1256 support"
|
|
|
|
default n
|
|
|
|
depends on CONFIG_ADC
|
|
|
|
select SPI
|
|
|
|
|
|
|
|
config CONFIG_DAC
|
|
|
|
bool "Digital Analog Convert"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config DAC_AD5410
|
|
|
|
bool "AD5410 support"
|
|
|
|
default n
|
|
|
|
depends on CONFIG_DAC
|
|
|
|
select SPI
|