arch/arm/src: Fix Kconfig style
Remove spaces from Kconfig files
This commit is contained in:
parent
5d0bbf20f7
commit
8a124f1a6f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user