commit | 7bb238e77bba10b05675e6984bc05edd9c83da6d | [log] [tgz] |
---|---|---|
author | George McCollister <george.mccollister@gmail.com> | Thu Mar 16 16:17:06 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 20 18:04:42 2017 -0400 |
tree | 89a5339fb67e6e66206578758a9226d264229a37 | |
parent | 21bc35ebfa056da9ff14512efeb849b30d87ee7a [diff] |
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 <george.mccollister@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>