EFI Loader: Correct dependencies for EFI_HTTP_BOOT

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>
This commit is contained in:
Tom Rini 2026-03-16 19:24:49 -06:00 committed by Heinrich Schuchardt
parent b52670d37b
commit 9d06ec9fd4

View 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