summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kiszka <[email protected]>2025-08-19 16:33:52 +0200
committerHeinrich Schuchardt <[email protected]>2025-08-30 20:45:33 +0200
commit6deac6147bdba45e4bb74b608e301cb18a708b79 (patch)
tree9c36571af4805b7a7ce138ffc9967027015074ed
parent4910a7cc696ffa3a36e23a215523d1ff31a5c8a1 (diff)
efi: Select also CMD_DHCP from EFI_HTTP_BOOT
This is needed because distro_efi_read_bootflow_net will then need dhcp_run which is not already enabled by CMD_NET. Signed-off-by: Jan Kiszka <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
-rw-r--r--lib/efi_loader/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index a7092c2e8a8..900113ca3e9 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -565,6 +565,7 @@ config EFI_HTTP_BOOT
bool "EFI HTTP Boot support"
depends on NET || NET_LWIP
select CMD_NET
+ select CMD_DHCP
select CMD_DNS
select CMD_WGET
select BLKMAP