summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-11 21:42:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-11 21:42:15 +0000
commitf0e320ceb9ba49bc6133547e25c520c2155b38d7 (patch)
treefddaccb5f325a2ab18f593609e63b46e98733620 /nuttx/arch/z80/src/z180/Kconfig
parentcdbb7040cc2ba10d5c86fccc448660a401dad7b9 (diff)
downloadpx4-nuttx-f0e320ceb9ba49bc6133547e25c520c2155b38d7.tar.gz
px4-nuttx-f0e320ceb9ba49bc6133547e25c520c2155b38d7.tar.bz2
px4-nuttx-f0e320ceb9ba49bc6133547e25c520c2155b38d7.zip
configs/p112: Add a configuration for the Z180 P112 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/z180/Kconfig')
-rw-r--r--nuttx/arch/z80/src/z180/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/z180/Kconfig b/nuttx/arch/z80/src/z180/Kconfig
index 58abbd6f2..3082e69cb 100644
--- a/nuttx/arch/z80/src/z180/Kconfig
+++ b/nuttx/arch/z80/src/z180/Kconfig
@@ -137,4 +137,17 @@ config ARCH_HAVEHEAD
Use a board-specific version of the "head" file in the
configs/<board-name>/src directory
+menu "Z180 Peripheral Support"
+
+config Z180_UART0
+ bool "UART0"
+ default n
+ select ARCH_HAVE_UART0
+
+config Z180_UART1
+ bool "UART1"
+ default n
+ select ARCH_HAVE_UART1
+
+endmenu
endif