diff options
author | Lars Persson <lars.persson@axis.com> | 2017-08-10 15:53:53 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-08-22 09:54:52 +0300 |
commit | a21eb94fc4d3c6472de53bd30a543ec06eaf8914 (patch) | |
tree | e2ee7afe07af59f4f14b6fcc8530bdfdb040ca27 /drivers/crypto/axis/Makefile | |
parent | 6f7473c524cc4f875dcd9397ec9a6ec039bd08b6 (diff) | |
download | linux-a21eb94fc4d3c6472de53bd30a543ec06eaf8914.tar.xz |
crypto: axis - add ARTPEC-6/7 crypto accelerator driver
This is an asynchronous crypto API driver for the accelerator present
in the ARTPEC-6 and -7 SoCs from Axis Communications AB.
The driver supports AES in ECB/CTR/CBC/XTS/GCM modes and SHA1/2 hash
standards.
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/axis/Makefile')
-rw-r--r-- | drivers/crypto/axis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/axis/Makefile b/drivers/crypto/axis/Makefile new file mode 100644 index 000000000000..be9a84a4b667 --- /dev/null +++ b/drivers/crypto/axis/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) := artpec6_crypto.o |