summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/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/ez80/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/ez80/Kconfig')
-rw-r--r--nuttx/arch/z80/src/ez80/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/ez80/Kconfig b/nuttx/arch/z80/src/ez80/Kconfig
index d257ca285..76cdd5f9f 100644
--- a/nuttx/arch/z80/src/ez80/Kconfig
+++ b/nuttx/arch/z80/src/ez80/Kconfig
@@ -31,6 +31,15 @@ config EZ80_EMAC
endmenu
+# The ZiLOG ZDS-II Windows toolchain is the only toolchain available for
+# the ez80.
+#
+
+config EZ80_TOOLCHAIN_ZDSII
+ bool
+ default y if ARCH_CHIP_EZ80
+ default n if !ARCH_CHIP_EZ80
+
if EZ80_EMAC
config EZ80_FIAD