summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 9a7ff230f..d126db7b6 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -135,17 +135,6 @@ config ARCH_BOARD_EAGLE100
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
arm-nuttx-elf toolchain*. STATUS: This port is complete and mature.
-config ARCH_BOARD_EFM32LG_DK3650
- bool "EFM32 Leopard Gecko Development Kit"
- depends on ARCH_CHIP_EFM32
- ---help---
- This is Energy Micro's development kit for the Leopard
- Gecko MCU, which is an ARM Cortex-M3 device.
-
- This port is uses the Energy Micro headers and peripheral drivers
- as out of tree sources. In order to compile this, you need to set
- ARCH_CHIP_EFM32_EMLIB_PATH to point to the external sources.
-
config ARCH_BOARD_EKKLM3S9B96
bool "TI/Stellaris EKK-LM3S9B96"
depends on ARCH_CHIP_LM3S9B96
@@ -903,7 +892,6 @@ config ARCH_BOARD
default "ea3131" if ARCH_BOARD_EA3131
default "ea3152" if ARCH_BOARD_EA3152
default "eagle100" if ARCH_BOARD_EAGLE100
- default "efm32-dk3650" if ARCH_BOARD_EFM32LG_DK3650
default "ekk-lm3s9b96" if ARCH_BOARD_EKKLM3S9B96
default "ez80f910200kitg" if ARCH_BOARD_EZ80F910200KITG
default "ez80f910200zco" if ARCH_BOARD_EZ80F910200ZCO
@@ -1071,9 +1059,6 @@ endif
if ARCH_BOARD_EAGLE100
source "configs/eagle100/Kconfig"
endif
-if ARCH_BOARD_EFM32LG_DK3650
-source "configs/efm32-dk3650/Kconfig"
-endif
if ARCH_BOARD_EKKLM3S9B96
source "configs/ekk-lm3s9b96/Kconfig"
endif