]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: fix CONFIG_EFI_HTTP dependencies
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Oct 2024 10:59:57 +0000 (12:59 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Oct 2024 13:54:28 +0000 (14:54 +0100)
commit1dd01ab1a4260363c49a36a1e4c28490b86f4407
tree3e7bafdd5782370735981fd08abe1414a8cb5f92
parente2f34f4d55b71d258b3b37b8e5f2fea75ce66e8f
efi_loader: fix CONFIG_EFI_HTTP dependencies

CONFIG_CMD_DNS and CONFIG_CMD_WGET depend on CONFIG_CMD_NET.
CONFIG_CMD_NET depends on CONFIG_NET or CONFIG_NET_LWIP.

We shall only enable CONFIG_EFI_HTTP if there is network support.
We have to select CONFIG_CMD_NET.

Fixes: d7d07a8b508b ("efi_loader: support boot from URI device path")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/Kconfig