mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
Fix Kconfig style
Remove TABs from Kconfig files
This commit is contained in:
parent
4089e35805
commit
7f551aa33f
2 changed files with 9 additions and 9 deletions
|
|
@ -1080,19 +1080,19 @@ choice
|
|||
herein and can be changed.
|
||||
|
||||
config STM32F7_FLASH_OVERRIDE_DEFAULT
|
||||
bool "Default"
|
||||
bool "Default"
|
||||
|
||||
config STM32F7_FLASH_OVERRIDE_C
|
||||
bool "C 256KiB"
|
||||
bool "C 256KiB"
|
||||
|
||||
config STM32F7_FLASH_OVERRIDE_E
|
||||
bool "E 512KiB"
|
||||
bool "E 512KiB"
|
||||
|
||||
config STM32F7_FLASH_OVERRIDE_G
|
||||
bool "G 1024KiB"
|
||||
bool "G 1024KiB"
|
||||
|
||||
config STM32F7_FLASH_OVERRIDE_I
|
||||
bool "I 2048KiB"
|
||||
bool "I 2048KiB"
|
||||
|
||||
endchoice # "Override Flash Size Designator"
|
||||
|
||||
|
|
|
|||
|
|
@ -357,16 +357,16 @@ choice
|
|||
configuration will be set herein and can be changed.
|
||||
|
||||
config STM32H7_FLASH_OVERRIDE_DEFAULT
|
||||
bool "Default"
|
||||
bool "Default"
|
||||
|
||||
config STM32H7_FLASH_OVERRIDE_B
|
||||
bool "B 128KiB"
|
||||
bool "B 128KiB"
|
||||
|
||||
config STM32H7_FLASH_OVERRIDE_G
|
||||
bool "G 1048KiB"
|
||||
bool "G 1048KiB"
|
||||
|
||||
config STM32H7_FLASH_OVERRIDE_I
|
||||
bool "I 2048KiB"
|
||||
bool "I 2048KiB"
|
||||
|
||||
endchoice # "Override Flash Size Designator"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue