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