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

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