]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: net: restyle
authorJohan Jonker <jbx6244@gmail.com>
Wed, 10 Jun 2026 14:38:48 +0000 (16:38 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:15:33 +0000 (14:15 -0600)
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 <jbx6244@gmail.com>
net/Kconfig
net/lwip/Kconfig

index 6be392c156469450abe165e0ddd7225512bdffa4..386376ce88421813aec3d0969500c9ef377a33be 100644 (file)
@@ -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'"
index 0cfd3eb2684f78f59ccae1bcb30ecdfed30143c7..3beaf48ff2a0bfa242b4a16cb335115414bd2f69 100644 (file)
@@ -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"