From: Heinrich Schuchardt Date: Mon, 11 Nov 2024 09:50:35 +0000 (+0100) Subject: cmd: improve description of the cdp command X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=0e3cd1313f031acd7e2e29b5742e625f842b52fa;p=u-boot.git cmd: improve description of the cdp command Users might not know what 'CDP' refers to. Provide basic information. Signed-off-by: Heinrich Schuchardt --- diff --git a/cmd/Kconfig b/cmd/Kconfig index b2d0348fe3..1d7ddb4ed3 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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"