rtc: ds1307: Support optional wakeup interrupt source
[firefly-linux-kernel-4.4.55.git] / drivers / crypto / Kconfig
index 4044125fb5d5fa7589e2cbcb12623546d0effa75..07bc7aa6b224aeeb7ada29b08aec61966d3b3b2e 100644 (file)
@@ -480,4 +480,21 @@ config CRYPTO_DEV_IMGTEC_HASH
          hardware hash accelerator. Supporting MD5/SHA1/SHA224/SHA256
          hashing algorithms.
 
+config CRYPTO_DEV_SUN4I_SS
+       tristate "Support for Allwinner Security System cryptographic accelerator"
+       depends on ARCH_SUNXI
+       select CRYPTO_MD5
+       select CRYPTO_SHA1
+       select CRYPTO_AES
+       select CRYPTO_DES
+       select CRYPTO_BLKCIPHER
+       help
+         Some Allwinner SoC have a crypto accelerator named
+         Security System. Select this if you want to use it.
+         The Security System handle AES/DES/3DES ciphers in CBC mode
+         and SHA1 and MD5 hash algorithms.
+
+         To compile this driver as a module, choose M here: the module
+         will be called sun4i-ss.
+
 endif # CRYPTO_HW