summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 15:40:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 15:40:18 -0600
commit5514ba769ebc807eb331671910edfc4ae8e31eb3 (patch)
tree62afa180cf1303380a3639ca671dcf4a0f6068b5 /nuttx/configs/Kconfig
parentb4fd89698b04f24463ce654b78d2bcaf60eddc8b (diff)
downloadnuttx-5514ba769ebc807eb331671910edfc4ae8e31eb3.tar.gz
nuttx-5514ba769ebc807eb331671910edfc4ae8e31eb3.tar.bz2
nuttx-5514ba769ebc807eb331671910edfc4ae8e31eb3.zip
configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 9fd30b761..2bff281bd 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -259,9 +259,9 @@ config ARCH_BOARD_MBED
that features the NXP LPC1768 microcontroller. This OS is also built
with the arm-nuttx-elf toolchain*. STATUS: Contributed.
-config ARCH_BOARD_MCU123
+config ARCH_BOARD_MCU123_LPC214X
bool "mcu123.com LPC2148 Development Board"
- depends on ARCH_CHIP_LPC2148
+ depends on ARCH_CHIP_LPC214X
select ARCH_HAVE_LEDS
---help---
This port is for the NXP LPC2148 as provided on the mcu123.com
@@ -837,7 +837,7 @@ config ARCH_BOARD_Z8F64200100KIT
config ARCH_BOARD_ZP214XPA
bool "The0.net LPC2148 Development Board"
- depends on ARCH_CHIP_LPC2148
+ depends on ARCH_CHIP_LPC214X
---help---
This port is for the NXP LPC2148 as provided on the The0.net
ZPA213X/4XPA development board. Includes support for the
@@ -911,7 +911,7 @@ config ARCH_BOARD
default "lpcxpresso-lpc1768" if ARCH_BOARD_LPCXPRESSO
default "maple" if ARCH_BOARD_MAPLE
default "mbed" if ARCH_BOARD_MBED
- default "mcu123-lpc214x" if ARCH_BOARD_MCU123
+ default "mcu123-lpc214x" if ARCH_BOARD_MCU123_LPC214X
default "micropendous3" if ARCH_BOARD_MICROPENDOUS3
default "mirtoo" if ARCH_BOARD_MIRTOO
default "mx1ads" if ARCH_BOARD_MX1ADS
@@ -1107,7 +1107,7 @@ endif
if ARCH_BOARD_MBED
source "configs/mbed/Kconfig"
endif
-if ARCH_BOARD_MCU123
+if ARCH_BOARD_MCU123_LPC214X
source "configs/mcu123-lpc214x/Kconfig"
endif
if ARCH_BOARD_MICROPENDOUS3