1# Private config options for network statistics sample app 2 3# Copyright (c) 2018 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "Network statistics sample application" 7 8config SAMPLE_PERIOD 9 int "How often to print statistics (in seconds)" 10 default 30 11 range 1 3600 12 depends on NET_STATISTICS 13 help 14 Print statistics after every n. seconds 15 16 17source "Kconfig.zephyr" 18