zephyr/samples/net/stats/Kconfig
Jukka Rissanen 15ccd9cc0d sample: net: stats: Example how to use net_mgmt for statistics
Simple application that queries network statistics periodically
via net_mgmt interface.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-04-10 13:29:39 +03:00

24 lines
469 B
Plaintext

# Kconfig - Private config options for network statistics sample app
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "Network statistics sample application"
config ZEPHYR_BASE
string
option env="ZEPHYR_BASE"
source "$ZEPHYR_BASE/Kconfig.zephyr"
config SAMPLE_PERIOD
int "How often to print statistics (in seconds)"
default 30
range 1 3600
depends on NET_STATISTICS
help
Print statistics after every n. seconds