mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
Fix Kconfig style
Remove TABs from Kconfig files
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user