commit | 492e818fe22950fb1decdc5de9ba794050a90be6 | [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 | 21c91c9f7067e635826f077401d54b88a6d5f51f [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