
19 Oct
2023
19 Oct
'23
5 p.m.
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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 4e80e85d10d7..8771678ca5a0 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -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
--
2.34.1