2022-07-13 11:11:44 +02:00
|
|
|
config PAYLOAD_EDK2
|
|
|
|
bool "edk2 payload"
|
2021-07-15 11:46:15 +02:00
|
|
|
depends on ARCH_X86 || ARCH_ARM64
|
2015-07-01 00:58:56 +02:00
|
|
|
help
|
|
|
|
Select this option if you want to build a coreboot image
|
2022-07-13 11:11:44 +02:00
|
|
|
with a edk2 payload. If you don't know what this is
|
2015-07-01 00:58:56 +02:00
|
|
|
about, just leave it enabled.
|
|
|
|
|
2017-06-05 12:33:23 +02:00
|
|
|
See https://coreboot.org/Payloads for more information.
|