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