From cd965d03565e31760a325161a03079ed06cec7fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Oct 2017 16:23:07 +0200 Subject: frosted: add support for stm32f407 discovery board --- target/frosted/Config.in | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'target/frosted/Config.in') 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 -- cgit v1.2.3