From b8f93281beadfbf699e5b09e172b786b86d204f9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 28 Nov 2012 17:50:28 +0000 Subject: z8 configurations all converted to use mconf tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5397 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nuttx/configs/Kconfig') diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig index 70b3ed76e..a89e7cdea 100644 --- a/nuttx/configs/Kconfig +++ b/nuttx/configs/Kconfig @@ -573,20 +573,20 @@ config ARCH_BOARD_Z80SIM (verified with version 2.6.0). config ARCH_BOARD_Z8ENCORE000ZCO - bool "ZiLOG z8encore000zco Development Kit" + bool "ZiLOG Z8ENCORE000ZCO Development Kit" depends on ARCH_CHIP_Z8F6403 select ARCH_HAVE_LEDS ---help--- - z8Encore! Microcontroller. This port use the ZiLOG z8encore000zco + z8Encore! Microcontroller. This port use the ZiLOG Z8ENCORE000ZCO development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP. -config ARCH_BOARD_Z8F64200100KI +config ARCH_BOARD_Z8F64200100KIT bool "ZiLOG Z8F64200100KIT Development Kit" - depends on ARCH_CHIP_Z8F642X + depends on ARCH_CHIP_Z8F6423 select ARCH_HAVE_LEDS ---help--- - z8Encore! Microcontroller. This port use the Zilog z8f64200100kit + z8Encore! Microcontroller. This port use the Zilog Z8F64200100KIT development kit, Z8F6423 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP. @@ -669,7 +669,7 @@ config ARCH_BOARD default "z16f2800100zcog" if ARCH_BOARD_Z16F2800100ZCOG default "z80sim" if ARCH_BOARD_Z80SIM default "z8encore000zco" if ARCH_BOARD_Z8ENCORE000ZCO - default "z8f64200100kit" if ARCH_BOARD_Z8F64200100KI + default "z8f64200100kit" if ARCH_BOARD_Z8F64200100KIT default "sim" if ARCH_BOARD_SIM default "" if ARCH_BOARD_CUSTOM @@ -902,7 +902,7 @@ endif if ARCH_BOARD_Z8ENCORE000ZCO source "configs/z8encore000zco/Kconfig" endif -if ARCH_BOARD_Z8F64200100KI +if ARCH_BOARD_Z8F64200100KIT source "configs/z8f64200100kit/Kconfig" endif if ARCH_BOARD_SIM -- cgit v1.2.3