diff options
author | Tobias Weiß <t.weiss@bk.ru> | 2019-12-18 17:13:26 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-12-18 11:13:25 -0500 |
commit | 58abd2925ef9ce7f606d94240dc23f7589594454 (patch) | |
tree | 108e6d91852b3b146768c5931fe210449c0347fd /src | |
parent | 9c25f42f4a35f4e1ad08e730e25a0094dd2986e2 (diff) | |
download | kutter-58abd2925ef9ce7f606d94240dc23f7589594454.tar.gz kutter-58abd2925ef9ce7f606d94240dc23f7589594454.tar.xz kutter-58abd2925ef9ce7f606d94240dc23f7589594454.zip |
config: Fysetc S6 generic configuration (#2220)
Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc176x/Kconfig | 4 | ||||
-rw-r--r-- | src/stm32/Kconfig | 6 |
2 files changed, 5 insertions, 5 deletions
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 |