summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z8/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-08 23:21:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-08 23:21:34 +0000
commit9085db20b3c7ce781f807e5570ed5c8dc84a66d7 (patch)
tree83bb117870ea8382a5ffcdfb0c0eb914d552389b /nuttx/arch/z80/src/z8/Kconfig
parent2bef6dd877c954012f38fed920631e9f7ce2c88d (diff)
downloadpx4-nuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.tar.gz
px4-nuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.tar.bz2
px4-nuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.zip
configs/xtrs/ostest converted to kconfig-frontend and Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5421 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/z8/Kconfig')
-rw-r--r--nuttx/arch/z80/src/z8/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/z8/Kconfig b/nuttx/arch/z80/src/z8/Kconfig
index 2bf89905e..79bb5eb5c 100644
--- a/nuttx/arch/z80/src/z8/Kconfig
+++ b/nuttx/arch/z80/src/z8/Kconfig
@@ -17,4 +17,13 @@ config Z8_UART1
default y
select ARCH_HAVE_UART1
+# The ZiLOG ZDS-II Windows toolchain is the only toolchain available for
+# the ez80.
+#
+
+config Z8_TOOLCHAIN_ZDSII
+ bool
+ default y if ARCH_CHIP_Z8
+ default n if !ARCH_CHIP_Z8
+
endif