xref: /aosp_15_r20/external/coreboot/payloads/external/BOOTBOOT/Kconfig.name (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config PAYLOAD_BOOTBOOT
4	bool "BOOTBOOT"
5	depends on ARCH_X86 || ARCH_ARM64
6	help
7	  Select this option if you want to build a coreboot image
8	  with a BOOTBOOT Protocol payload.
9
10	  See https://gitlab.com/bztsrc/bootboot for more information.
11