You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
419 B
24 lines
419 B
# |
|
# For a description of the syntax of this configuration file, |
|
# see misc/tools/kconfig-language.txt. |
|
# |
|
|
|
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
|
|
|