mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
dfu: Make DFU_TFTP depend on NETDEVICES
In order to do a DFU update over TFTP we need to have some network device available, so make this depend on NETDEVICES Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a8a53cfa8d
commit
9f8b1508ca
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ config DFU_WRITE_ALT
|
|||
|
||||
config DFU_TFTP
|
||||
bool "DFU via TFTP"
|
||||
depends on NETDEVICES
|
||||
select UPDATE_COMMON
|
||||
select DFU_OVER_TFTP
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue