"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Tom Rini 9f8b1508 a8a53cfa

+1
+1
drivers/dfu/Kconfig
··· 19 19 20 20 config DFU_TFTP 21 21 bool "DFU via TFTP" 22 + depends on NETDEVICES 22 23 select UPDATE_COMMON 23 24 select DFU_OVER_TFTP 24 25 help