blob: 3d0fa6ca812e6a93f04927e29b2bf6c80dea45aa [file] [log] [blame]
Stefan Reinauer1a8b7bf2015-06-30 15:58:56 -07001if PAYLOAD_GRUB2
2
3choice
4 prompt "GRUB2 version"
5 default GRUB2_MASTER
6
7config GRUB2_MASTER
8 bool "HEAD"
9 help
10 Newest GRUB2 version
11
12endchoice
13
14config PAYLOAD_FILE
15 default "payloads/external/GRUB2/grub2/build/default_payload.elf"
16
17endif