forked from rrcarlosr/Jetpack
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
|
menu "DFU support"
|
||
|
|
||
|
config DFU_TFTP
|
||
|
bool "DFU via TFTP"
|
||
|
help
|
||
|
This option allows performing update of DFU-managed medium with data
|
||
|
sent via TFTP boot.
|
||
|
|
||
|
Detailed description of this feature can be found at ./doc/README.dfutftp
|
||
|
endmenu
|