]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/Kconfig
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[u-boot] / lib / efi_loader / Kconfig
index d38780b604e504d0af2fa0ed784db96c2cdad447..df58e633d1c46e0f24e7e4698f6a112880766a63 100644 (file)
@@ -1,6 +1,6 @@
 config EFI_LOADER
        bool "Support running EFI Applications in U-Boot"
-       depends on (ARM || X86) && OF_LIBFDT
+       depends on (ARM || X86 || RISCV) && OF_LIBFDT
        # We do not support bootefi booting ARMv7 in non-secure mode
        depends on !ARMV7_NONSEC
        # We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
@@ -10,6 +10,7 @@ config EFI_LOADER
        default y
        select LIB_UUID
        select HAVE_BLOCK_DEVICE
+       imply CFB_CONSOLE_ANSI
        help
          Select this option if you want to run EFI applications (like grub2)
          on top of U-Boot. If this option is enabled, U-Boot will expose EFI