blob: 6b92064f0b52f76de8d5145b25fc23b405d0f48b [file] [log] [blame]
Lukasz Majewski585a6962015-08-24 00:21:49 +02001menu "DFU support"
2
3config DFU_TFTP
4 bool "DFU via TFTP"
5 help
Robert P. J. Day1cc0a9f2016-05-04 04:47:31 -04006 This option allows performing update of DFU-managed medium with data
7 sent via TFTP boot.
Lukasz Majewski585a6962015-08-24 00:21:49 +02008
Robert P. J. Day1cc0a9f2016-05-04 04:47:31 -04009 Detailed description of this feature can be found at ./doc/README.dfutftp
Lukasz Majewski585a6962015-08-24 00:21:49 +020010endmenu