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 f2756cc400..dd663e8ba1 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -230,6 +230,14 @@ config CMD_READLINK
help
read value of a symbolic link
+config CMD_TFTP
+ depends on FS_TFTP
+ tristate
+ prompt "tftp"
+ help
+ barebox can mount tftp as a filesystem. This command is only needed to
+ preserve backward compatibility to the old tftp command.
+
endmenu
menu "console "