]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
crypto/fsl: Differentiate between CAAM and DCP in Kconfig entry
authorMarek Vasut <marex@denx.de>
Thu, 25 Apr 2024 23:02:09 +0000 (01:02 +0200)
committerFabio Estevam <festevam@denx.de>
Sun, 5 May 2024 14:21:39 +0000 (11:21 -0300)
Differentiate between "Enable Random Number Generator support" and
"Enable Random Number Generator support" in Kconfig entry, mark the
first as CAAM and the second as DCP, otherwise users cannot easily
decide which of the options is which and enable the correct one.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/crypto/fsl/Kconfig

index 9f58731bb67ac3d177a50c4e975d317d6421e66b..9ed56632fcde21469b194711121ef391506b9d73 100644 (file)
@@ -69,7 +69,7 @@ config FSL_CAAM_JR_NTZ_ACCESS
          driver is used.
 
 config FSL_CAAM_RNG
-       bool "Enable Random Number Generator support"
+       bool "Enable CAAM Random Number Generator support"
        depends on DM_RNG
        default y
        help
@@ -88,7 +88,7 @@ config SPL_FSL_CAAM_RNG
 endif
 
 config FSL_DCP_RNG
-       bool "Enable Random Number Generator support"
+       bool "Enable DCP Random Number Generator support"
        depends on DM_RNG
        help
          Enable support for the hardware based random number generator