payloads/ipxe: Guard PXE_ROM_ID for non-EFI builds
This config has no use for EFI builds, so guard it as such. Change-Id: I6a25533d716f8d46f69d9eb518e8a07f20050839 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90060 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Filip Lewiński <filip.lewinski@3mdeb.com> Reviewed-by: Walter Sonius <walterav1984@gmail.com>
This commit is contained in:
parent
a907c6fb8d
commit
962edb7e6d
1 changed files with 1 additions and 0 deletions
1
payloads/external/iPXE/Kconfig
vendored
1
payloads/external/iPXE/Kconfig
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue