1config BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
2	bool
3	default y if BR2_ARM_CPU_HAS_ARM
4	default y if BR2_RISCV_64
5	default y if BR2_aarch64
6	default y if BR2_aarch64_be
7	default y if BR2_i386
8	default y if BR2_x86_64
9
10config BR2_PACKAGE_GNU_EFI
11	bool "gnu-efi"
12	depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
13	help
14	  Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64
15	  (IPF), IA-32 (x86), and MIPS platforms using the GNU toolchain
16	  and the EFI development environment.
17
18	  http://gnu-efi.sourceforge.net/
19