Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
Remove extra TABs
This commit is contained in:
simbit18
2024-07-11 17:48:17 +02:00
committed by archer
parent d2347aea2f
commit f12c4e05cc
8 changed files with 22 additions and 22 deletions
+6 -6
View File
@@ -2500,12 +2500,12 @@ config DEBUG_OPT_UNUSED_SECTIONS
linking with " --gc-sections ".
config DEBUG_LINK_WHOLE_ARCHIVE
bool "Force every object to be included in the resulting shared library."
default n
depends on DEBUG_OPT_UNUSED_SECTIONS
---help---
Selecting this option will pass "--whole-archive" to ld
when linking NuttX ELF.
bool "Force every object to be included in the resulting shared library."
default n
depends on DEBUG_OPT_UNUSED_SECTIONS
---help---
Selecting this option will pass "--whole-archive" to ld
when linking NuttX ELF.
config DEBUG_LINK_MAP
bool "Generate link map file"