commit | 9f8b1508ca1f32fb9d383fa2db763146d6289e91 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:12 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:19 2023 -0500 |
tree | fc731476acd9423deb672ca7ccc31ede52163a89 | |
parent | a8a53cfa8de0a75487fae2fad7643ae9e90c0195 [diff] [blame] |
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>
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 4e80e85..8771678 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig
@@ -19,6 +19,7 @@ config DFU_TFTP bool "DFU via TFTP" + depends on NETDEVICES select UPDATE_COMMON select DFU_OVER_TFTP help