blob: 83a523abb75ae08c52f654173ca3e9b3d40d1ba7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## SPDX-License-Identifier: GPL-2.0-only
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.
|