summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 8bf59c46b4..8052941272 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1063,6 +1063,14 @@ config CMD_MIITOOL
detailed MII status information, such as MII capabilities,
current advertising mode, and link partner capabilities.
+config CMD_PING
+ tristate
+ prompt "ping"
+ help
+ Send ICMP echo requests.
+
+ Usage: ping DESTINATION
+
config CMD_TFTP
depends on FS_TFTP
tristate