summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/axis/Makefile
diff options
context:
space:
mode:
authorLars Persson <lars.persson@axis.com>2017-08-10 14:53:53 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2017-08-22 14:54:52 +0800
commita21eb94fc4d3c6472de53bd30a543ec06eaf8914 (patch)
treee2ee7afe07af59f4f14b6fcc8530bdfdb040ca27 /drivers/crypto/axis/Makefile
parent6f7473c524cc4f875dcd9397ec9a6ec039bd08b6 (diff)
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/Makefile1
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