zephyr/samples/net/syslog_net/Kconfig

16 lines
419 B
Plaintext

# Private config options for syslog-net sample app
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
mainmenu "Networking syslog sample application"
config NET_SAMPLE_SEND_ITERATIONS
int "Send sample data this many times"
default 0
help
Send sample data this many times before exiting. A value of
zero means that the defaults in the application are used.
source "Kconfig.zephyr"