nuttx/drivers/analog/Kconfig
patacongo 1ad8ade695 Updated Kconfig files from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4569 42af7a65-404d-4744-a932-0658087f49c3
2012-04-07 14:50:57 +00:00

25 lines
419 B
Plaintext

#
# 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