1# Private config options for PTP sample app 2 3# Copyright (c) 2024 BayLibre SAS 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "PTP sample application" 7 8if PTP 9 10config NET_SAMPLE_RUN_DURATION 11 int "Run the application this many seconds" 12 default 0 13 help 14 A value of zero means that the sample application is run forever. 15 16endif 17 18source "Kconfig.zephyr" 19