2017-10-24 11:19:41 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_PING6
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "ICMPv6 'ping6' command"
|
2017-10-24 11:19:41 -06:00
|
|
|
default n
|
2018-11-09 11:54:24 -06:00
|
|
|
select NETUTILS_PING6
|
2017-10-24 11:19:41 -06:00
|
|
|
---help---
|
|
|
|
Enable support for the ICMP 'ping' command.
|
|
|
|
|
|
|
|
if SYSTEM_PING6
|
|
|
|
config SYSTEM_PING6_PROGNAME
|
|
|
|
string "Ping program name"
|
|
|
|
default "ping6"
|
|
|
|
---help---
|
2019-08-23 11:59:28 -06:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2017-10-24 11:19:41 -06:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
config SYSTEM_PING6_PRIORITY
|
|
|
|
int "Ping task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config SYSTEM_PING6_STACKSIZE
|
|
|
|
int "Ping stack size"
|
2020-03-27 14:10:33 +09:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2017-10-24 11:19:41 -06:00
|
|
|
|
|
|
|
endif
|