arch/arm/src: Fix Kconfig style

Remove spaces from Kconfig files
This commit is contained in:
simbit18
2023-05-19 21:18:51 +08:00
committed by Xiang Xiao
parent 5d0bbf20f7
commit 8a124f1a6f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1744,7 +1744,7 @@ menu "RTC Configuration"
config STM32H7_RTC_MAGIC_REG
int "BKP register"
default 0
range 0 31
range 0 31
---help---
The BKP register used to store/check the Magic value to determine if
RTC is already setup
+1 -1
View File
@@ -1864,7 +1864,7 @@ menu "RTC Configuration"
config STM32L4_RTC_MAGIC_REG
int "BKP register"
default 0
range 0 31
range 0 31
---help---
The BKP register used to store/check the Magic value to determine if
RTC is already setup
+1 -1
View File
@@ -393,7 +393,7 @@ menu "RTC Configuration"
config STM32L5_RTC_MAGIC_REG
int "BKP register"
default 0
range 0 31
range 0 31
---help---
The BKP register used to store/check the Magic value to determine if
RTC is already setup
+1 -1
View File
@@ -625,7 +625,7 @@ menu "RTC Configuration"
config STM32U5_RTC_MAGIC_REG
int "BKP register"
default 0
range 0 31
range 0 31
---help---
The BKP register used to store/check the Magic value to determine if
RTC is already setup
+1 -1
View File
@@ -650,7 +650,7 @@ menu "RTC Configuration"
config STM32WB_RTC_MAGIC_REG
int "BKP register"
default 0
range 0 31
range 0 31
---help---
The BKP register used to store/check the Magic value to determine if
RTC is already setup