From: Marek Vasut Date: Thu, 25 Apr 2024 23:02:09 +0000 (+0200) Subject: crypto/fsl: Differentiate between CAAM and DCP in Kconfig entry X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=cecb5fbb42c8b3de3d5a7df40bc01d1fdf4731d3;p=u-boot.git crypto/fsl: Differentiate between CAAM and DCP in Kconfig entry 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 --- diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig index 9f58731bb6..9ed56632fc 100644 --- a/drivers/crypto/fsl/Kconfig +++ b/drivers/crypto/fsl/Kconfig @@ -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