summaryrefslogtreecommitdiff
path: root/nuttx/drivers/analog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/analog/Kconfig')
-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