]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
authorLukasz Majewski <l.majewski@majess.pl>
Sun, 23 Aug 2015 22:21:49 +0000 (00:21 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 7 Sep 2015 11:41:05 +0000 (13:41 +0200)
The dfu tftp feature can be now enabled via Kconfig. This
commit provides necessary code for it.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/dfu/Kconfig

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4fe22193b1480098cbb8001b5edc2cbfc11e442d 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
+         send via TFTP boot.
+         Detailed description of this feature can be found at ./doc/README.dfutftp
+
+endmenu