nuttx-apps/system/ptpd/Kconfig
2023-10-23 22:26:13 +08:00

24 lines
500 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config SYSTEM_PTPD
tristate "PTP daemon commands"
default n
select NETUTILS_PTPD
---help---
Enable 'ptpd' command to start the PTP daemon
if SYSTEM_PTPD
config SYSTEM_PTPD_PRIORITY
int "PTPD utility command task priority"
default 100
config SYSTEM_PTPD_STACKSIZE
int "PTPD utility command stack size"
default DEFAULT_TASK_STACKSIZE
endif # SYSTEM_PTPD