summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-11-11 10:50:35 +0100
committerTom Rini <trini@konsulko.com>2024-11-22 15:04:54 -0600
commit0e3cd1313f031acd7e2e29b5742e625f842b52fa (patch)
treeecb418b0233d67abb0e946128fc5f383c3caac5f
parent544418999882487c25cc9529d0698f75d824bec0 (diff)
cmd: improve description of the cdp command
Users might not know what 'CDP' refers to. Provide basic information. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--cmd/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b2d0348fe30..1d7ddb4ed36 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"