[PATCH] efi_loader: Let networking support depend on NETDEVICES

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Oct 15 08:31:30 CEST 2022


On 10/14/22 18:10, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka at siemens.com>
>
> CONFIG_NET does not imply that there are actually network devices
> available, only CONFIG_NETDEVICES does. Changing to this dependenc
CONFIG_NETDEVICES=y does not imply that any network driver is selected
it is just a tighter prerequisite than CONFIG_NET.

> obsoletes the check in Kconfig because NETDEVICES means DM_ETH.
>
> Suggested-by: Tom Rini <trini at konsulko.com>
> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>

Thanks for the patch.

It is good to get rid of the dependency for CONFIG_EFI_LOADER.

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>


More information about the U-Boot mailing list