mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
The dfu tftp feature can be now enabled via Kconfig. This commit provides necessary code for it. Signed-off-by: Lukasz Majewski <l.majewski@majess.pl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
c2c146fb88
commit
585a696e4e
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
menu "DFU support"
|
||||
|
||||
config DFU_TFTP
|
||||
bool "DFU 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
|
Loading…
Add table
Reference in a new issue