3 depends on ARCH_X86 || ARCH_ARM
4 select PAYLOAD_BUILD_GRUB2
6 Select this option if you want to build a coreboot image
7 with a GRUB2 payload. If you don't know what this is
8 about, just leave it enabled.
10 See https://doc.coreboot.org/payloads.html for more information.
12 config PAYLOAD_SEAGRUB
13 bool "GRUB2 atop SeaBIOS"
15 select PAYLOAD_BUILD_SEABIOS
16 select GRUB2_SECONDARY_PAYLOAD
18 Select this option if you want to build a coreboot image
19 with a GRUB2 payload running atop SeaBIOS to improve its
20 hardware compatibility.
22 See https://doc.coreboot.org/payloads.html for more information.