spd/lp5: Add Hynix memory part
[coreboot2.git] / payloads / external / GRUB2 / Kconfig.name
blobc90c036232de33c5c429a8ff6df4571bff5be459
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config PAYLOAD_GRUB2
4         bool "GRUB2"
5         depends on ARCH_X86 || ARCH_ARM
6         select PAYLOAD_BUILD_GRUB2
7         help
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"
16         depends on ARCH_X86
17         select PAYLOAD_BUILD_SEABIOS
18         select GRUB2_SECONDARY_PAYLOAD
19         help
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.