]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
EFI Loader: Correct dependencies for EFI_HTTP_BOOT
authorTom Rini <trini@konsulko.com>
Tue, 17 Mar 2026 01:24:49 +0000 (19:24 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 1 May 2026 07:11:07 +0000 (09:11 +0200)
As exposed by "make randconfig", we have an issue with the dependencies
for EFI_HTTP_BOOT. As this is implemented by running commands (as seen
by what it selects) it must depend on CMDLINE as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig

index 0b6c2eaac6058cc9a3aaba1531e7246ac988b44a..4cb13ae7c8a8de3ff71c10a21f744ce52ba75f36 100644 (file)
@@ -610,6 +610,7 @@ config EFI_BOOTMGR
 config EFI_HTTP_BOOT
        bool "EFI HTTP Boot support"
        depends on NET
+       depends on CMDLINE
        select CMD_NET
        select CMD_DHCP
        select CMD_DNS