efi_loader: EFI_RNG_PROTOCOL
[oweals/u-boot.git] / lib / efi_loader / Kconfig
index 6727336169c57188cdf76bfdd282d5194984da0f..76f43eca95f10a9b1dc5aba1a6a5dd5af072daab 100644 (file)
@@ -16,6 +16,7 @@ config EFI_LOADER
        select REGEX
        imply CFB_CONSOLE_ANSI
        imply USB_KEYBOARD_FN_KEYS
+       imply VIDEO_ANSI
        help
          Select this option if you want to run UEFI applications (like GNU
          GRUB or iPXE) on top of U-Boot. If this option is enabled, U-Boot
@@ -126,7 +127,7 @@ config EFI_RNG_PROTOCOL
        bool "EFI_RNG_PROTOCOL support"
        depends on DM_RNG
        help
-         "Support for EFI_RNG_PROTOCOL implementation. Uses the rng
-          device on the platform"
+         Provide a EFI_RNG_PROTOCOL implementation using the hardware random
+         number generator of the platform.
 
 endif