xref: /openbmc/u-boot/drivers/dfu/Kconfig (revision 23d4e5ba49b878e01321be2af4e94f73389f4958)
1menu "DFU support"
2
3config DFU_TFTP
4	bool "DFU via TFTP"
5	help
6	  This option allows performing update of DFU-managed medium with data
7	  sent via TFTP boot.
8
9	  Detailed description of this feature can be found at ./doc/README.dfutftp
10endmenu
11