From 962edb7e6dbf3cd2bade780ac5e1b3d691c66416 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 16 Nov 2025 16:37:13 -0600 Subject: [PATCH] payloads/ipxe: Guard PXE_ROM_ID for non-EFI builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This config has no use for EFI builds, so guard it as such. Change-Id: I6a25533d716f8d46f69d9eb518e8a07f20050839 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/90060 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes Reviewed-by: Filip LewiƄski Reviewed-by: Walter Sonius --- payloads/external/iPXE/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 738f49cc15..845a8a1652 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -34,6 +34,7 @@ config PXE_ROM_FILE config PXE_ROM_ID string "network card PCI IDs" + depends on !IPXE_BUILD_EFI default "10ec,8168" help The comma-separated PCI vendor and device ID that would associate