summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z8/Kconfig
diff options
context:
space:
mode:
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