apps/; Change space to tab and help to ---help--- in Kconfig files.

This commit is contained in:
Xiang Xiao 2019-10-05 21:37:19 -06:00 committed by Gregory Nutt
parent ddd5a18b0c
commit e829f047bc
12 changed files with 83 additions and 83 deletions

View file

@ -29,7 +29,7 @@ config EXAMPLES_ELF_ROMFS
config EXAMPLES_ELF_CROMFS
bool "CROMFS"
depends on FS_CROMFS && BUILD_FLAT
---help---
---help---
Automatically generates and mounts an internal CROMFS file
system

View file

@ -48,11 +48,11 @@ config EXAMPLES_MODBUSMASTER_PARITY
0 = NONE ; 1 = ODD; 2 = EVEN
config EXAMPLES_MODBUSMASTER_SLAVEADDR
int "Modbus Slave Address (master will query this slave)"
int "Modbus Slave Address (master will query this slave)"
default 1
config EXAMPLES_MODBUSMASTER_SLAVEREG
int "Modbus Slave Holding Register address to query"
int "Modbus Slave Holding Register address to query"
default 1
config EXAMPLES_MODBUSMASTER_TESTCOUNT

View file

@ -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"

View file

@ -14,17 +14,17 @@ if EXAMPLES_NETLOOP
if NSH_BUILTIN_APPS
config EXAMPLES_NETLOOP_KEEPALIVE
bool "Enable TCP KeepAlive test"
default n
depends on NET_TCP_KEEPALIVE
bool "Enable TCP KeepAlive test"
default n
depends on NET_TCP_KEEPALIVE
config EXAMPLES_NETLOOP_STACKSIZE
int "Loopback test stack size"
default 2048
int "Loopback test stack size"
default 2048
config EXAMPLES_NETLOOP_PRIORITY
int "Loopback test task priority"
default 100
int "Loopback test task priority"
default 100
endif # NSH_BUILTIN_APPS
endif # EXAMPLES_NETLOOP

View file

@ -12,7 +12,7 @@ config EXAMPLES_POWERLED
if EXAMPLES_POWERLED
config EXAMPLES_POWERLED_DEVPATH
string "Powerled device path"
string "Powerled device path"
default "dev/powerled0"
---help---
The default path to the Powerled device. Default: /dev/powerled0

View file

@ -4,10 +4,10 @@
#
config EXAMPLES_SERIALBLASTER
tristate "Serial Blaster example"
default n
---help---
Enable the serial blaster example
tristate "Serial Blaster example"
default n
---help---
Enable the serial blaster example
if EXAMPLES_SERIALBLASTER

View file

@ -17,62 +17,62 @@ config EXAMPLES_UDGRAM_ADDR
default "/dev/fifo"
config EXAMPLES_UDGRAM_SERVER_APPNAME
string "Server executable name"
default "server"
depends on NSH_BUILTIN_APPS
---help---
This is the name of the built-in server application
string "Server executable name"
default "server"
depends on NSH_BUILTIN_APPS
---help---
This is the name of the built-in server application
config EXAMPLES_UDGRAM_SERVER_STACKSIZE
int "Server stack size"
default 4096
depends on NSH_BUILTIN_APPS
---help---
This is the stack size allocated when the server task runs
int "Server stack size"
default 4096
depends on NSH_BUILTIN_APPS
---help---
This is the stack size allocated when the server task runs
config EXAMPLES_UDGRAM_SERVER_PRIORITY
int "Server task priority"
default 100
depends on NSH_BUILTIN_APPS
---help---
This is the priority of the server task
int "Server task priority"
default 100
depends on NSH_BUILTIN_APPS
---help---
This is the priority of the server task
config EXAMPLES_UDGRAM_SERVER_PROGNAME
string "Server program name"
default "server"
depends on BUILD_LOADABLE
---help---
This is the name of the program that will be used when the NSH ELF
server program is installed.
string "Server program name"
default "server"
depends on BUILD_LOADABLE
---help---
This is the name of the program that will be used when the NSH ELF
server program is installed.
config EXAMPLES_UDGRAM_CLIENT_APPNAME
string "Client executable name"
default "client"
depends on NSH_BUILTIN_APPS
---help---
This is the name of the built-in client application
string "Client executable name"
default "client"
depends on NSH_BUILTIN_APPS
---help---
This is the name of the built-in client application
config EXAMPLES_UDGRAM_CLIENT_STACKSIZE
int "Client stack size"
default 4096
depends on NSH_BUILTIN_APPS
---help---
This is the stack size allocated when the client task runs
int "Client stack size"
default 4096
depends on NSH_BUILTIN_APPS
---help---
This is the stack size allocated when the client task runs
config EXAMPLES_UDGRAM_CLIENT_PRIORITY
int "Client task priority"
default 100
depends on NSH_BUILTIN_APPS
---help---
This is the priority of the client task
int "Client task priority"
default 100
depends on NSH_BUILTIN_APPS
---help---
This is the priority of the client task
config EXAMPLES_UDGRAM_CLIENT_PROGNAME
string "Client program name"
default "client"
depends on BUILD_LOADABLE
---help---
This is the name of the program that will be used when the NSH ELF
client program is installed.
string "Client program name"
default "client"
depends on BUILD_LOADABLE
---help---
This is the name of the program that will be used when the NSH ELF
client program is installed.
endif # EXAMPLES_UDGRAM