summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-06 19:09:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-06 19:10:58 +0200
commit1c0bee6188553ef0475367da1fa8d518b3a5bc24 (patch)
tree030abf6ab929ee53458f46a551334d6a0fdb612a /target
parentf9f38228a49db180501b44c399c516eab1812379 (diff)
frosted: finetune, remove menuconfig warnings
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binfmt5
-rw-r--r--target/frosted/Config.in14
2 files changed, 0 insertions, 19 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 9257fe69d..7567b07bc 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -26,11 +26,6 @@ config ADK_TARGET_BINFMT_DSBT
endchoice
-config ADK_TARGET_BINFMT_FLAT
- bool
- depends on ADK_TARGET_OS_FROSTED
- default y
-
# Set up flat binary type
choice
prompt "FLAT Binary type"
diff --git a/target/frosted/Config.in b/target/frosted/Config.in
index 3ed716f71..074826250 100644
--- a/target/frosted/Config.in
+++ b/target/frosted/Config.in
@@ -292,39 +292,30 @@ endif
choice
prompt "Board"
- default FROSTED_MACH_STM32F407Discovery
config FROSTED_MACH_STM32F746Discovery
bool "STM32F746 Discovery"
depends on (FROSTED_ARCH_STM32F746)
- default y
config FROSTED_MACH_STM32F769Discovery
bool "STM32F769 Discovery"
depends on (FROSTED_ARCH_STM32F769)
- default y
config FROSTED_MACH_STM32F746Nucleo144
bool "STM32F746 Nucleo-144"
depends on (FROSTED_ARCH_STM32F746)
- default y
config FROSTED_MACH_STM32F407Discovery
bool "STM32F407Discovery"
depends on (FROSTED_ARCH_STM32F407)
- default y
config FROSTED_MACH_STM32F405Pyboard
bool "STM32F405 PyBoard (micropython)"
depends on (FROSTED_ARCH_STM32F405)
- default y
config FROSTED_MACH_STM32F4x1Discovery
bool "STM32F4x1Discovery"
depends on ( FROSTED_ARCH_STM32F401 ||FROSTED_ARCH_STM32F411)
- default y
config FROSTED_MACH_STM32F429Discovery
bool "STM32F429Discovery"
depends on (FROSTED_ARCH_STM32F429)
- default y
config FROSTED_MACH_STM32F446Nucleo
bool "STM32F446 Nucleo"
depends on (FROSTED_ARCH_STM32F446)
- default y
config FROSTED_MACH_LPC1768MBED
bool "LPC1768MBED"
@@ -332,19 +323,15 @@ endif
config FROSTED_MACH_SEEEDPRO
bool "SEEEDPRO"
depends on FROSTED_ARCH_LPC1768
- default y
config FROSTED_MACH_LPC1679XPRESSO
bool "LPC1679XPRESSO"
depends on FROSTED_ARCH_LPC1769
- default y
config FROSTED_MACH_LM3S6965EVB
bool "lm3s6965evb"
depends on FROSTED_ARCH_LM3S6965
- default y
config FROSTED_MACH_LM3SVIRT
bool "lm3s-qemu"
depends on FROSTED_ARCH_LM3SVIRT
- default y
endchoice
@@ -487,7 +474,6 @@ menu "Networking"
config FROSTED_PICOTCP
bool "Built-in PicoTCP"
- default y
endchoice
if FROSTED_PICOTCP