OSDN Git Service

hwrng: cctrng - update help description
authorHadar Gat <hadar.gat@arm.com>
Mon, 27 Apr 2020 11:36:04 +0000 (14:36 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 8 May 2020 05:30:40 +0000 (15:30 +1000)
Improved the HW_RANDOM_CCTRNG help description.

Signed-off-by: Hadar Gat <hadar.gat@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig

index b98eb1c..ac00d78 100644 (file)
@@ -478,13 +478,14 @@ config HW_RANDOM_CCTRNG
        tristate "Arm CryptoCell True Random Number Generator support"
        depends on HAS_IOMEM && OF
        help
-         This driver provides support for the True Random Number
-         Generator available in Arm TrustZone CryptoCell.
-
-         To compile this driver as a module, choose M here: the module
+         Say 'Y' to enable the True Random Number Generator driver for the
+         Arm TrustZone CryptoCell family of processors.
+         Currently the CryptoCell 713 and 703 are supported.
+         The driver is supported only in SoC where Trusted Execution
+         Environment is not used.
+         Choose 'M' to compile this driver as a module. The module
          will be called cctrng.
-
-         If unsure, say Y.
+         If unsure, say 'N'.
 
 endif # HW_RANDOM