summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Jonker <[email protected]>2026-06-10 16:38:48 +0200
committerTom Rini <[email protected]>2026-06-25 14:15:33 -0600
commitf934012cd97a6bd3eb75088b7c9e3738b9d57472 (patch)
treeddb3fe66710e4f86daf5f461ff4271d6814ef5a6
parent8e85b5c761872d56d657b220134cf89c36103a10 (diff)
Kconfig: net: restyle
Restyle all Kconfigs for "net": Menu entries : no space left Menu attributes: 1 TAB Help text : 1 TAB + 2 spaces Replace '---help---' by 'help' Signed-off-by: Johan Jonker <[email protected]>
-rw-r--r--net/Kconfig6
-rw-r--r--net/lwip/Kconfig2
2 files changed, 4 insertions, 4 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 6be392c1564..386376ce884 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -114,15 +114,15 @@ config SERVERIP_FROM_PROXYDHCP
bool "Get serverip value from Proxy DHCP response"
help
Allows bootfile config to be fetched from Proxy DHCP server
- while IP is obtained from main DHCP server.
+ while IP is obtained from main DHCP server.
config SERVERIP_FROM_PROXYDHCP_DELAY_MS
int "# of additional milliseconds to wait for ProxyDHCP response"
default 100
help
Amount of additional time to wait for ProxyDHCP response after
- receiving response from main DHCP server. Has no effect if
- SERVERIP_FROM_PROXYDHCP is false.
+ receiving response from main DHCP server. Has no effect if
+ SERVERIP_FROM_PROXYDHCP is false.
config KEEP_SERVERADDR
bool "Write the server's MAC address to 'serveraddr'"
diff --git a/net/lwip/Kconfig b/net/lwip/Kconfig
index 0cfd3eb2684..3beaf48ff2a 100644
--- a/net/lwip/Kconfig
+++ b/net/lwip/Kconfig
@@ -18,7 +18,7 @@ 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.
+ and out of the lwIP library.
config LWIP_DEBUG_RXTX
bool "Dump packets sent and received by lwIP"