aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2024-11-12 16:44:29 +0100
committerTom Rini <trini@konsulko.com>2024-11-18 13:32:16 -0600
commitdeb9a07cf167f68184fe782047bfd77c238276cd (patch)
tree4afa879be68e257fb42e3279f6431281c5845761 /net
parent2071583c8f5bae130e0fbf3aea658b378266a58d (diff)
downloadu-boot-deb9a07cf167f68184fe782047bfd77c238276cd.tar.gz
Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT
Some Kconfig symbols introduced in commit 8cb330355bd5 ("net: introduce alternative implementation as net/lwip/") need a full description. The NET symbol needs one, too. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'net')
-rw-r--r--net/lwip/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/lwip/Kconfig b/net/lwip/Kconfig
index a9ae9bf7fa2..40345ced9c9 100644
--- a/net/lwip/Kconfig
+++ b/net/lwip/Kconfig
@@ -6,9 +6,16 @@ if NET_LWIP
config LWIP_DEBUG
bool "Enable debug traces in the lwIP library"
+ help
+ Prints messages to the console regarding network packets that go in
+ and out of the lwIP library.
config LWIP_ASSERT
bool "Enable assertions in the lwIP library"
+ help
+ Compiles additional error checking code into the lwIP library. These
+ checks are related to conditions that should not happen in typical
+ use, but may be helpful to debug new features.
config PROT_DHCP_LWIP
bool