nb/intel/sandybridge: Use SA devid to identify PC type
[coreboot2.git] / payloads / external / GRUB2 / Kconfig.name
blobbfa4af41e4b8f4d528c937f488c3c98163ef496c
1 config PAYLOAD_GRUB2
2         bool "GRUB2"
3         depends on ARCH_X86 || ARCH_ARM
4         select PAYLOAD_BUILD_GRUB2
5         help
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"
14         depends on ARCH_X86
15         select PAYLOAD_BUILD_SEABIOS
16         select GRUB2_SECONDARY_PAYLOAD
17         help
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.