summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 15:43:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 15:43:18 +0000
commit78c6aa16fdd3926e15fa16ebab33ea416031ac11 (patch)
tree9c993b977665a0c00e06690f81a26a760d61831a /nuttx/arch/z16
parent7d909957bf5f3b984d2be3779b02b55d7f42e4bb (diff)
downloadpx4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.tar.gz
px4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.tar.bz2
px4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.zip
Reconfigured Shenzhou to use JTAG. Misc Kconfig changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z16')
-rw-r--r--nuttx/arch/z16/Kconfig1
-rw-r--r--nuttx/arch/z16/src/common/Kconfig2
-rw-r--r--nuttx/arch/z16/src/z16f/Kconfig2
3 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/arch/z16/Kconfig b/nuttx/arch/z16/Kconfig
index acf58bcf3..a806e6ed1 100644
--- a/nuttx/arch/z16/Kconfig
+++ b/nuttx/arch/z16/Kconfig
@@ -4,6 +4,7 @@
#
if ARCH_Z16
+comment "Z16 Configuration Options"
choice
prompt "ZNEO chip selection"
diff --git a/nuttx/arch/z16/src/common/Kconfig b/nuttx/arch/z16/src/common/Kconfig
index 0f94fb19a..d01f3df2d 100644
--- a/nuttx/arch/z16/src/common/Kconfig
+++ b/nuttx/arch/z16/src/common/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_Z16
+comment "Common Configuration Options"
+
endif
diff --git a/nuttx/arch/z16/src/z16f/Kconfig b/nuttx/arch/z16/src/z16f/Kconfig
index f410f51c4..826720ee7 100644
--- a/nuttx/arch/z16/src/z16f/Kconfig
+++ b/nuttx/arch/z16/src/z16f/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_CHIP_Z16F
+comment "Z16F Configuration Options"
+
endif