summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
commitff113b400adf80f5bf6f07233a2355e48b00676d (patch)
tree9cea7c1a75c608ca5d0630a40f6b75742dd31260 /nuttx/arch/Kconfig
parentc0e51eccc5bc5ce6743572f97cfc9d13fc13ceab (diff)
downloadnuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.gz
nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.bz2
nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.zip
The M3 Wildfire port is code complete and ready for test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
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