summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
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)