1*ed980b8cSAlexander Grafconfig EFI_LOADER 2*ed980b8cSAlexander Graf bool "Support running EFI Applications in U-Boot" 3*ed980b8cSAlexander Graf depends on (ARM64 || ARM) && OF_LIBFDT 4*ed980b8cSAlexander Graf default y 5*ed980b8cSAlexander Graf help 6*ed980b8cSAlexander Graf Select this option if you want to run EFI applications (like grub2) 7*ed980b8cSAlexander Graf on top of U-Boot. If this option is enabled, U-Boot will expose EFI 8*ed980b8cSAlexander Graf interfaces to a loaded EFI application, enabling it to reuse U-Boot's 9*ed980b8cSAlexander Graf device drivers. 10