aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-05 23:02:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-05 23:02:43 +0000
commit97da506c0c2d8c785235fc88fdfbdeb284f7392d (patch)
tree7011e0912cedf3470b14dbe4dc237933da287bab /nuttx/arch/Kconfig
parent2cdd7e7425f7b8d8bb04e86b375b16c4f8a5c01e (diff)
downloadpx4-firmware-97da506c0c2d8c785235fc88fdfbdeb284f7392d.tar.gz
px4-firmware-97da506c0c2d8c785235fc88fdfbdeb284f7392d.tar.bz2
px4-firmware-97da506c0c2d8c785235fc88fdfbdeb284f7392d.zip
STM32 Kconfig looks good. STM32 external ram configuration changed.
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5100 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index fea56b739..90bc4da91 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -58,11 +58,13 @@ config ARCH_X86
config ARCH_Z16
bool "ZNEO"
+ select ARCH_HAVE_HEAP2
---help---
ZiLOG ZNEO 16-bit architectures (z16f).
config ARCH_Z80
bool "z80"
+ select ARCH_HAVE_HEAP2
---help---
ZiLOG 8-bit architectures (z80, ez80, z8).