mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 16:35:30 +00:00
apps/; Change space to tab and help to ---help--- in Kconfig files.
This commit is contained in:
parent
ddd5a18b0c
commit
e829f047bc
12 changed files with 83 additions and 83 deletions
|
|
@ -47,15 +47,15 @@ config EXAMPLES_MODULE_ROMFS
|
|||
bool "ROMFS"
|
||||
depends on FS_ROMFS && BUILD_FLAT
|
||||
---help---
|
||||
Automatically generates and mounts an internal ROMFS file
|
||||
system
|
||||
Automatically generates and mounts an internal ROMFS file
|
||||
system
|
||||
|
||||
config EXAMPLES_MODULE_CROMFS
|
||||
bool "CROMFS"
|
||||
depends on FS_CROMFS && BUILD_FLAT
|
||||
---help---
|
||||
Automatically generates and mounts an internal CROMFS file
|
||||
system
|
||||
---help---
|
||||
Automatically generates and mounts an internal CROMFS file
|
||||
system
|
||||
|
||||
endchoice # Built-in file system type
|
||||
|
||||
|
|
@ -119,11 +119,11 @@ config EXAMPLES_MODULE_NOSTRIP
|
|||
default n
|
||||
depends on DEBUG_SYMBOLS
|
||||
---help---
|
||||
By default, if debug symbols are enabled (via CONFIG_DEBUG_SYMBOLS), then the
|
||||
ELF executables will also retain debug symbols in the resulting ELF binaries.
|
||||
Select this option if you do not want that behavior, this option will permit
|
||||
debug symbols in the base code but will strip debug symbols out of the ELF
|
||||
binaries for a smaller ROM file system image.
|
||||
By default, if debug symbols are enabled (via CONFIG_DEBUG_SYMBOLS), then the
|
||||
ELF executables will also retain debug symbols in the resulting ELF binaries.
|
||||
Select this option if you do not want that behavior, this option will permit
|
||||
debug symbols in the base code but will strip debug symbols out of the ELF
|
||||
binaries for a smaller ROM file system image.
|
||||
|
||||
config EXAMPLES_MODULE_LIBC
|
||||
bool "Link with LIBC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue