mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
8 lines
244 B
Text
8 lines
244 B
Text
config PAYLOAD_BOOTBOOT
|
|
bool "BOOTBOOT"
|
|
depends on ARCH_X86 || ARCH_ARM64
|
|
help
|
|
Select this option if you want to build a coreboot image
|
|
with a BOOTBOOT Protocol payload.
|
|
|
|
See https://gitlab.com/bztsrc/bootboot for more information.
|