]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/dfu/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / drivers / dfu / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6b92064f0b52f76de8d5145b25fc23b405d0f48b 100644 (file)
@@ -0,0 +1,10 @@
+menu "DFU support"
+
+config DFU_TFTP
+       bool "DFU via TFTP"
+       help
+         This option allows performing update of DFU-managed medium with data
+         sent via TFTP boot.
+
+         Detailed description of this feature can be found at ./doc/README.dfutftp
+endmenu