From 58abd2925ef9ce7f606d94240dc23f7589594454 Mon Sep 17 00:00:00 2001 From: Tobias Weiß Date: Wed, 18 Dec 2019 17:13:26 +0100 Subject: config: Fysetc S6 generic configuration (#2220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Weiß --- src/lpc176x/Kconfig | 4 ++-- src/stm32/Kconfig | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index 02188752..8eb996c9 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -19,9 +19,9 @@ config BOARD_DIRECTORY choice prompt "Processor model" config MACH_LPC1768 - bool "lpc1768 (100 Mhz)" + bool "lpc1768 (100 MHz)" config MACH_LPC1769 - bool "lpc1769 (120 Mhz)" + bool "lpc1769 (120 MHz)" endchoice config MCU diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index bf1391b6..1e79811c 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -112,11 +112,11 @@ config FLASH_START choice prompt "Clock Reference" if LOW_LEVEL_OPTIONS config STM32_CLOCK_REF_8M - bool "8Mhz crystal" + bool "8 MHz crystal" config STM32_CLOCK_REF_12M - bool "12Mhz crystal" + bool "12 MHz crystal" config STM32_CLOCK_REF_16M - bool "16Mhz crystal" + bool "16 MHz crystal" config STM32_CLOCK_REF_INTERNAL bool "Internal clock" endchoice -- cgit v1.2.3-70-g09d2