2015-08-23 22:21:49 +00:00
|
|
|
menu "DFU support"
|
|
|
|
|
|
|
|
config DFU_TFTP
|
|
|
|
bool "DFU via TFTP"
|
|
|
|
help
|
2016-05-04 08:47:31 +00:00
|
|
|
This option allows performing update of DFU-managed medium with data
|
|
|
|
sent via TFTP boot.
|
2015-08-23 22:21:49 +00:00
|
|
|
|
2016-05-04 08:47:31 +00:00
|
|
|
Detailed description of this feature can be found at ./doc/README.dfutftp
|
2015-08-23 22:21:49 +00:00
|
|
|
endmenu
|