linux-headers: bump 4.{4, 9, 10}.x series
[buildroot-gz.git] / boot / gummiboot / Config.in
blob11dbc4f6b724c1ff617a61363680ef9654c290af
1 config BR2_TARGET_GUMMIBOOT
2         bool "gummiboot"
3         depends on BR2_i386 || BR2_x86_64
4         select BR2_PACKAGE_GNU_EFI
5         select BR2_PACKAGE_UTIL_LINUX
6         select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
7         help
8           gummiboot is a simple UEFI boot manager which executes
9           configured EFI images. The default entry is selected by a
10           configured pattern (glob) or an on-screen menu.
12           gummiboot operates on the EFI System Partition (ESP)
13           only. Configuration file fragments, kernels, initrds, other
14           EFI images need to reside on the ESP. Linux kernels need to
15           be built with CONFIG_EFI_STUB to be able to be directly
16           executed as an EFI image.
18           See the Grub2 help text for details on preparing an EFI
19           capable disk image using Gummiboot: the instructions are
20           exactly the same, except that the Gummiboot configuration
21           files will be located in /loader/ inside the EFI partition.
23           http://freedesktop.org/wiki/Software/gummiboot/