diff options
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 |