crypto: xilinx - Add Xilinx SHA3 driver
[sfrench/cifs-2.6.git] / drivers / crypto / Kconfig
index 4f705674f94fa2106fb156ceaa1bbcb06040d1a6..bf4e55e730aa0a8ad7fab63a1bfbbc92433d5d80 100644 (file)
@@ -808,6 +808,16 @@ config CRYPTO_DEV_ZYNQMP_AES
          accelerator. Select this if you want to use the ZynqMP module
          for AES algorithms.
 
+config CRYPTO_DEV_ZYNQMP_SHA3
+       bool "Support for Xilinx ZynqMP SHA3 hardware accelerator"
+       depends on ARCH_ZYNQMP
+       select CRYPTO_SHA3
+       help
+         Xilinx ZynqMP has SHA3 engine used for secure hash calculation.
+         This driver interfaces with SHA3 hardware engine.
+         Select this if you want to use the ZynqMP module
+         for SHA3 hash computation.
+
 source "drivers/crypto/chelsio/Kconfig"
 
 source "drivers/crypto/virtio/Kconfig"