summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
commit0998a7b6ec73e9b71015d2eff464dffebb9e9a82 (patch)
tree738bce6c8372043a73721984e9ef85ad32c30c72 /nuttx/configs/Kconfig
parent9db0ee6bd40f94fe5e11e9f53a5cf32e1f20ba3f (diff)
downloadpx4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.gz
px4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.bz2
px4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.zip
Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index be93b7a44..8d812c19b 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -112,21 +112,21 @@ config ARCH_BOARD_EKK_LM3S9B96
an EKK-LM3S9B96 which is a Cortex-M3.
config ARCH_BOARD_EZ80F910200KITG
- bool "ZiLOG ez80f0910200kitg development kit"
+ bool "ZiLOG ez80f910200kitg development kit"
depends on ARCH_CHIP_EZ80F91
select ARCH_HAVE_LEDS
---help---
- ez80Acclaim! Microcontroller. This port use the ZiLOG ez80f0910200kitg
+ ez80Acclaim! Microcontroller. This port use the ZiLOG ez80f910200kitg
development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
config ARCH_BOARD_EZ80F910200ZCO
- bool "ZiLOG ez80f0910200zco development kit"
+ bool "ZiLOG ez80f910200zco development kit"
depends on ARCH_CHIP_EZ80F91
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
---help---
- ez80Acclaim! Microcontroller. This port use the Zilog ez80f0910200zco
+ ez80Acclaim! Microcontroller. This port use the Zilog ez80f910200zco
development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
@@ -614,8 +614,8 @@ config ARCH_BOARD
default "ea3152" if ARCH_BOARD_EA3152
default "eagle100" if ARCH_BOARD_EAGLE100
default "ekk-lm3s9b96" if ARCH_BOARD_EKK_LM3S9B96
- default "ez80f0910200kitg" if ARCH_BOARD_EZ80F910200KITG
- default "ez80f0910200zco" if ARCH_BOARD_EZ80F910200ZCO
+ default "ez80f910200kitg" if ARCH_BOARD_EZ80F910200KITG
+ default "ez80f910200zco" if ARCH_BOARD_EZ80F910200ZCO
default "fire-stm32v2" if ARCH_BOARD_FIRE_STM32
default "hymini-stm32v" if ARCH_BOARD_HYMINI_STM32V
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40