diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-03 16:23:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-03 16:23:12 +0200 |
commit | cd965d03565e31760a325161a03079ed06cec7fb (patch) | |
tree | 55f1f57887957e93b5fc8829e6fd519741e11f75 /target/frosted | |
parent | b0ebbbac3f4dbe5719719f28efff20ede1fcfb88 (diff) |
frosted: add support for stm32f407 discovery board
Diffstat (limited to 'target/frosted')
-rw-r--r-- | target/frosted/Config.in | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/target/frosted/Config.in b/target/frosted/Config.in index 074826250..1985687c7 100644 --- a/target/frosted/Config.in +++ b/target/frosted/Config.in @@ -1,24 +1,3 @@ -menu "Compiler options" - config FROSTED_GDB_CFLAG - bool "Keep debugging symbols" - default y - - choice - prompt "Compiler optimization" - config FROSTED_OPTIMIZE_NONE - bool "No optimization" - - config FROSTED_OPTIMIZE_SIZE - bool "Optimize for size" - - config FROSTED_OPTIMIZE_PERF - bool "Optimize for performance" - endchoice - - -endmenu - - menu "Platform Selection" choice FROSTED_ARCH @@ -790,17 +769,17 @@ menu "Device Drivers" menuconfig FROSTED_DEVFRAMEBUFFER depends on (FROSTED_ARCH_STM32F7 || FROSTED_ARCH_STM32F4) bool "STM32 Framebuffer driver" - default y + default n config FROSTED_DEVFBCON depends on FROSTED_DEVFRAMEBUFFER bool "Console on Framebuffer via /dev/fbcon" - default y + default n config FROSTED_DEVF7DISCOLTDC depends on FROSTED_DEVFRAMEBUFFER bool "F746 Discovery LTDC" - default y + default n endmenu |