ad497936986fe18d881699ce64721587b3af22cb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / boot / gummiboot / Config.in
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         depends on BR2_USE_WCHAR # util-linux
8         help
9           gummiboot is a simple UEFI boot manager which executes
10           configured EFI images. The default entry is selected by a
11           configured pattern (glob) or an on-screen menu.
12
13           gummiboot operates on the EFI System Partition (ESP)
14           only. Configuration file fragments, kernels, initrds, other
15           EFI images need to reside on the ESP. Linux kernels need to
16           be built with CONFIG_EFI_STUB to be able to be directly
17           executed as an EFI image.
18
19           See the Grub2 help text for details on preparing an EFI
20           capable disk image using Gummiboot: the instructions are
21           exactly the same, except that the Gummiboot configuration
22           files will be located in /loader/ inside the EFI partition.
23
24           http://freedesktop.org/wiki/Software/gummiboot/
25
26 comment "gummiboot needs a toolchain w/ wchar"
27         depends on !BR2_USE_WCHAR