mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
crypto: fsl: Only allow these to be chosen on ARM/PowerPC
These drivers require various headers which only exist on the ARM / PowerPC platforms which implement the hardware. Express that requirement in Kconfig as well. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
42dee43d62
commit
60b2eb40d1
@ -1,3 +1,5 @@
|
||||
if ARM || PPC
|
||||
|
||||
config FSL_CAAM
|
||||
bool "Freescale Crypto Driver Support"
|
||||
select SHA_HW_ACCEL
|
||||
@ -95,3 +97,5 @@ config FSL_DCP_RNG
|
||||
module of the DCP. It uses the True Random Number Generator (TRNG)
|
||||
and a Pseudo-Random Number Generator (PRNG) to achieve a true
|
||||
randomness and cryptographic strength.
|
||||
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user