]> git.dujemihanovic.xyz Git - u-boot.git/commit
dfu: Make DFU_TFTP depend on NETDEVICES
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:12 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
commit9f8b1508ca1f32fb9d383fa2db763146d6289e91
treefc731476acd9423deb672ca7ccc31ede52163a89
parenta8a53cfa8de0a75487fae2fad7643ae9e90c0195
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>
drivers/dfu/Kconfig