summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
commit034d4bae4d118facfe7af8b4f921f3af89342527 (patch)
tree48fcc75da5994502dccec200ae28a0ef415a6542 /nuttx/arch/z16/src
parent067d41fcf895dff462341d6adb3e0a549b897a9f (diff)
downloadpx4-nuttx-034d4bae4d118facfe7af8b4f921f3af89342527.tar.gz
px4-nuttx-034d4bae4d118facfe7af8b4f921f3af89342527.tar.bz2
px4-nuttx-034d4bae4d118facfe7af8b4f921f3af89342527.zip
All ZNEO configurations converted to use the mconf/Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z16/src')
-rw-r--r--nuttx/arch/z16/src/z16f/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/arch/z16/src/z16f/Kconfig b/nuttx/arch/z16/src/z16f/Kconfig
index 826720ee7..5efc061a5 100644
--- a/nuttx/arch/z16/src/z16f/Kconfig
+++ b/nuttx/arch/z16/src/z16f/Kconfig
@@ -6,4 +6,16 @@
if ARCH_CHIP_Z16F
comment "Z16F Configuration Options"
+# UART0/1 always enabled
+
+config Z16F_UART0
+ bool
+ default y
+ select ARCH_HAVE_UART0
+
+config Z16F_UART1
+ bool
+ default y
+ select ARCH_HAVE_UART1
+
endif