We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6559af8 commit e6cfbdaCopy full SHA for e6cfbda
subsys/net/lib/latmon/Kconfig
@@ -9,6 +9,7 @@ config NET_LATMON
9
help
10
This option enables the latency monitoring support for Zephyr
11
12
+if NET_LATMON
13
config NET_LATMON_PORT
14
int "Latmon - Latmus communication port"
15
default 2306
@@ -56,3 +57,5 @@ module-dep = NET_LOG
56
57
module-str = Latency monitoring Service
58
module-help = This option enables the latency monitoring support for Zephyr
59
source "subsys/net/Kconfig.template.log_config.net"
60
+
61
+endif
0 commit comments