summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-16 07:54:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-16 07:54:23 -0600
commit1d6dcf00768446524ee16b5e1343f0337ba4ac91 (patch)
tree67bdf7d867cdd5a2e3716dc09054e348e83d6d40 /nuttx/configs/Kconfig
parent6bd712c5ac72488374b471b688c4bf5ee017335b (diff)
downloadnuttx-1d6dcf00768446524ee16b5e1343f0337ba4ac91.tar.gz
nuttx-1d6dcf00768446524ee16b5e1343f0337ba4ac91.tar.bz2
nuttx-1d6dcf00768446524ee16b5e1343f0337ba4ac91.zip
Remove the unusable m68332evb configuration
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 97b6684d4..2ad333ba2 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -250,14 +250,6 @@ config ARCH_BOARD_LPC4330_XPLORER
NXG Technologoies LPC4330 Xplorer board. This board is based on the
LPC4330FET100. The Code Red toolchain is used by default.
-config ARCH_BOARD_M68332EVB
- bool "Motoroloa M68332EVB"
- depends on ARCH_M68332
- ---help---
- This is a work in progress for the venerable m68322evb board from
- Motorola. This OS is also built with the arm-nuttx-elf toolchain. STATUS:
- This port was never completed.
-
config ARCH_BOARD_MBED
bool "mbed LCP1768"
depends on ARCH_CHIP_LPC1768
@@ -915,7 +907,6 @@ config ARCH_BOARD
default "lm4f120-launchpad" if ARCH_BOARD_LM4F120_LAUNCHPAD
default "lpc4330-xplorer" if ARCH_BOARD_LPC4330_XPLORER
default "lpcxpresso-lpc1768" if ARCH_BOARD_LPCXPRESSO
- default "m68322evb" if ARCH_BOARD_M68332EVB
default "maple" if ARCH_BOARD_MAPLE
default "mbed" if ARCH_BOARD_MBED
default "mcu123-lpc214x" if ARCH_BOARD_MCU123
@@ -1108,9 +1099,6 @@ endif
if ARCH_BOARD_LPCXPRESSO
source "configs/lpcxpresso-lpc1768/Kconfig"
endif
-if ARCH_BOARD_M68332EVB
-source "configs/m68332evb/Kconfig"
-endif
if ARCH_BOARD_MAPLE
source "configs/maple/Kconfig"
endif