config: Fysetc S6 generic configuration (#2220)

Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
This commit is contained in:
Tobias Weiß
2019-12-18 17:13:26 +01:00
committed by KevinOConnor
parent 9c25f42f4a
commit 58abd2925e
3 changed files with 298 additions and 5 deletions

View File

@@ -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