summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-30 17:36:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-30 17:36:46 +0000
commit844e426199c79c06f1863d63850d362ca3d27ac5 (patch)
tree230951790028e64eb726ce7482780b80ec3c0a54 /nuttx/Kconfig
parent499461a9c0a8a4c4840511f9467d13f756d4bc7f (diff)
downloadpx4-nuttx-844e426199c79c06f1863d63850d362ca3d27ac5.tar.gz
px4-nuttx-844e426199c79c06f1863d63850d362ca3d27ac5.tar.bz2
px4-nuttx-844e426199c79c06f1863d63850d362ca3d27ac5.zip
Completes coding of the LPC17 DMA driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5801 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index e92d1c018..904cb511a 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -443,9 +443,17 @@ config DEBUG_CAN
---help---
Enable CAN driver debug SYSLOG output (disabled by default)
+config DEBUG_SDIO
+ bool "Enable SDIO Debug Output"
+ default n
+ depends on MMCSD_SDIO
+ ---help---
+ Enable SDIO driver debug SYSLOG output (disabled by default)
+
config DEBUG_DMA
bool "Enable DMA Debug Output"
default n
+ depends on ARCH_DMA
---help---
Enable DMA-releated debug SYSLOG output (disabled by default)