summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 13335441e..b445e5620 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -107,6 +107,10 @@ config ARCH_NOINTC
bool
default n
+config ARCH_DMA
+ bool
+ default n
+
config ARCH_STACKDUMP
bool "Dump stack on assertions"
default n