Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kconfig: Don't use RSA_FREESCALE_EXP on IMX
The CAAM in IMX parts doesn't support public key hardware acceleration (PKHA), so don't use RSA_FREESCALE_EXP. If you try to use it on IMX (assuming you have the clocks enabled first) you will get back an "Invalid KEY Command" error since PKHA isn't a valid key destination for these parts. Signed-off-by: George McCollister <[email protected]> Reviewed-by: Tom Rini <[email protected]>
- Loading branch information