payloads/ipxe/kconfig: Fix option name prefix
[coreboot.git] / payloads / external / BOOTBOOT / Kconfig.name
blob83a523abb75ae08c52f654173ca3e9b3d40d1ba7
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config 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.
10           See https://gitlab.com/bztsrc/bootboot for more information.