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 <marex@denx.de>
This commit is contained in:

committed by
Fabio Estevam

parent
ea701eebec
commit
cecb5fbb42
@@ -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
|
||||
|
Reference in New Issue
Block a user