Config.in 484 B

1234567891011121314151617
  1. config 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. config BR2_PACKAGE_GNU_EFI
  9. bool "gnu-efi"
  10. depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
  11. help
  12. Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64
  13. (IPF), IA-32 (x86), and MIPS platforms using the GNU toolchain
  14. and the EFI development environment.
  15. http://gnu-efi.sourceforge.net/