efi_loader: EFI_RNG_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Feb 2020 22:28:58 +0000 (23:28 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 19 Feb 2020 11:53:36 +0000 (12:53 +0100)
Do not use quotation marks for Kconfig help text.
Replace rng abbreviation by full words.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig

index a7afa3f29e88bc16c8aa5163917a332a131d46fd..76f43eca95f10a9b1dc5aba1a6a5dd5af072daab 100644 (file)
@@ -127,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