[PATCH] efi: Select also CMD_DHCP from EFI_HTTP_BOOT
Jan Kiszka
jan.kiszka at siemens.com
Tue Aug 19 16:33:52 CEST 2025
From: Jan Kiszka <jan.kiszka at siemens.com>
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 <jan.kiszka at siemens.com>
---
lib/efi_loader/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index c2aa88f59fb..a4055e1cb43 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -564,6 +564,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
--
2.43.0
More information about the U-Boot
mailing list