[U-Boot] [PATCH v3 8/9] dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
Lukasz Majewski
l.majewski at majess.pl
Fri Aug 14 01:02:32 CEST 2015
The dfu tftp feature can be now enabled via Kconfig. This
commit provides necessary code for it.
Signed-off-by: Lukasz Majewski <l.majewski at majess.pl>
---
Changes for v3:
- New patch
---
drivers/dfu/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
index e69de29..700c6a5 100644
--- a/drivers/dfu/Kconfig
+++ b/drivers/dfu/Kconfig
@@ -0,0 +1,10 @@
+menu "DFU support"
+
+config DFU_TFTP
+ bool "Enable support for performing Device Firmware Upgrade 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
--
2.1.4
More information about the U-Boot
mailing list