1# Trickle Library for Zephyr 2 3# Copyright (c) 2016 Intel Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config NET_TRICKLE 7 bool "Trickle library" 8 help 9 Normally this is enabled automatically if needed, 10 so say 'n' if unsure. 11 12if NET_TRICKLE 13module = NET_TRICKLE 14module-dep = NET_LOG 15module-str = Log level for Trickle algorithm 16module-help = Enables Trickle library output debug messages 17source "subsys/net/Kconfig.template.log_config.net" 18endif # NET_TRICKLE 19