1 ## SPDX-License-Identifier: GPL-2.0-only
5 depends on ARCH_X86 || ARCH_ARM
6 select PAYLOAD_BUILD_GRUB2
8 Select this option if you want to build a coreboot image
9 with a GRUB2 payload. If you don't know what this is
10 about, just leave it enabled.
12 See https://doc.coreboot.org/payloads.html for more information.
14 config PAYLOAD_SEAGRUB
15 bool "GRUB2 atop SeaBIOS"
17 select PAYLOAD_BUILD_SEABIOS
18 select GRUB2_SECONDARY_PAYLOAD
20 Select this option if you want to build a coreboot image
21 with a GRUB2 payload running atop SeaBIOS to improve its
22 hardware compatibility.
24 See https://doc.coreboot.org/payloads.html for more information.