2017-05-21 19:26:16 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_NTPC
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "NTP Daemon Commands"
|
2017-05-21 19:26:16 +02:00
|
|
|
default n
|
|
|
|
select NETUTILS_NTPCLIENT
|
|
|
|
depends on NET_UDP
|
|
|
|
---help---
|
2020-02-23 05:51:44 +01:00
|
|
|
Enable the NTP client 'start' and 'stop' commands
|
2017-05-21 19:26:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
if SYSTEM_NTPC
|
|
|
|
|
|
|
|
config SYSTEM_NTPC_PRIORITY
|
|
|
|
int "NTPC task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config SYSTEM_NTPC_STACKSIZE
|
|
|
|
int "NTPC stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2017-05-21 19:26:16 +02:00
|
|
|
|
|
|
|
endif
|