]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index 4e80e85d10d71cc9aedb40c332aebd9f79497454..8771678ca5a0da5d22a484eb3e69d5e7576741e2 100644 (file)
@@ -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