diff options
| author | Tom Rini <[email protected]> | 2025-09-08 10:37:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-08 10:37:22 -0600 |
| commit | d4a106f0059ee34d7030f699bb5fb97a780ad22a (patch) | |
| tree | 3d5936e76a624571dc0279eee8af85791dd0dd45 /lib | |
| parent | 1116d915965604c691a9117971cbd8a731615483 (diff) | |
| parent | 7a4f3c5652157cbb3d26a7728bfe537ea483efc9 (diff) | |
Merge tag 'v2025.10-rc4' into next
Prepare v2025.10-rc4
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index c2aa88f59fb..900113ca3e9 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -195,6 +195,7 @@ endchoice config EFI_VARIABLES_PRESEED bool "Initial values for UEFI variables" + depends on !COMPILE_TEST depends on !EFI_MM_COMM_TEE help Include a file with the initial values for non-volatile UEFI variables @@ -564,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 |
