]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd: improve description of the cdp command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 11 Nov 2024 09:50:35 +0000 (10:50 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 22 Nov 2024 21:04:54 +0000 (15:04 -0600)
Users might not know what 'CDP' refers to. Provide basic information.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/Kconfig

index b2d0348fe309a2c829dda1cbc5468c6637c92bb8..1d7ddb4ed3607c102359822a99f5b427da43ec68 100644 (file)
@@ -2016,7 +2016,9 @@ config CMD_PING6
 config CMD_CDP
        bool "cdp"
        help
-         Perform CDP network configuration
+         The cdp command is used to announce the U-Boot device in the network
+         and to retrieve configuration data including the VLAN id using the
+         proprietary Cisco Discovery Protocol (CDP).
 
 config CMD_SNTP
        bool "sntp"