diff options
| author | Aymen Sghaier <[email protected]> | 2021-03-25 17:30:25 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-04-08 09:18:29 +0200 |
| commit | 940d36d5d1d2dc2697b0b379712a3bf40a34e57a (patch) | |
| tree | e794021c940d6f51ea6751e2be1085b05dfadf68 /drivers | |
| parent | 88e7f5be3871a9002d4fa0fe7c9aabaab7edb0dc (diff) | |
crypto: caam: Add CAAM support to i.MX8M platforms
This patch enable CAAM support for i.MX8M platforms.
Signed-off-by: Aymen Sghaier <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/crypto/fsl/jobdesc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/crypto/fsl/jobdesc.c b/drivers/crypto/fsl/jobdesc.c index 8c3db64527e..0120a5c9772 100644 --- a/drivers/crypto/fsl/jobdesc.c +++ b/drivers/crypto/fsl/jobdesc.c @@ -4,6 +4,7 @@ * Basic job descriptor construction * * Copyright 2014 Freescale Semiconductor, Inc. + * Copyright 2018 NXP * */ @@ -15,7 +16,8 @@ #include "rsa_caam.h" #include <asm/cache.h> -#if defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP) +#if defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP) || \ + defined(CONFIG_IMX8M) /*! * Secure memory run command * |
