aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r--src/stm32/Kconfig6
1 files changed, 3 insertions, 3 deletions
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