Skip to content

Commit 979c748

Browse files
laodzunashif
authored andcommitted
soc: arm: st_stm32f2x: Convert Kconfig input prompt to uppercase
The STM32F2x was the only one of the STM32 series with a lowercase input prompt. This looks odd in the SoC selection in 'menuconfig'. Signed-off-by: Detlev Zundel <[email protected]>
1 parent 8474d78 commit 979c748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/arm/st_stm32/stm32f2/Kconfig.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config SOC_SERIES_STM32F2X
7-
bool "stm32f2x Series MCU"
7+
bool "STM32F2x Series MCU"
88
select ARM
99
select CPU_CORTEX_M3
1010
select CPU_CORTEX_M_HAS_DWT

0 commit comments

Comments
 (0)