summaryrefslogtreecommitdiff
path: root/drivers/crypto/sunxi-ss/Makefile
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2015-07-17 16:39:41 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-20 15:54:08 +0800
commit6298e948215f2a3eb8a9af5c490d025deb66f179 (patch)
tree96f35246a1201aa14c1a23b902e073dee7bfc96a /drivers/crypto/sunxi-ss/Makefile
parente757d5c4c367e747ae15186b753788f9c2752753 (diff)
crypto: sunxi-ss - Add Allwinner Security System crypto accelerator
Add support for the Security System included in Allwinner SoC A20. The Security System is a hardware cryptographic accelerator that support: - MD5 and SHA1 hash algorithms - AES block cipher in CBC/ECB mode with 128/196/256bits keys. - DES and 3DES block cipher in CBC/ECB mode Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/sunxi-ss/Makefile')
-rw-r--r--drivers/crypto/sunxi-ss/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/sunxi-ss/Makefile b/drivers/crypto/sunxi-ss/Makefile
new file mode 100644
index 000000000000..8f4c7a273141
--- /dev/null
+++ b/drivers/crypto/sunxi-ss/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sun4i-ss.o
+sun4i-ss-y += sun4i-ss-core.o sun4i-ss-hash.o sun4i-ss-cipher.o