summaryrefslogtreecommitdiff
path: root/nuttx/drivers/analog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:50:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:50:57 +0000
commitd147bb611f61ceaff9a8db9aeebfdf17805f94ef (patch)
tree475053c4902016a15723805c0144bd74d9598f7e /nuttx/drivers/analog
parentd4f815f5cd39cc0c1730f2e3131540b99ea0d921 (diff)
downloadpx4-nuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.tar.gz
px4-nuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.tar.bz2
px4-nuttx-d147bb611f61ceaff9a8db9aeebfdf17805f94ef.zip
Updated Kconfig files from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4569 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/analog')
-rw-r--r--nuttx/drivers/analog/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/nuttx/drivers/analog/Kconfig b/nuttx/drivers/analog/Kconfig
index ae2bf3130..e3205d7cb 100644
--- a/nuttx/drivers/analog/Kconfig
+++ b/nuttx/drivers/analog/Kconfig
@@ -2,3 +2,23 @@
# 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