Due to the addition of SHA3 and HMAC-SHA3 support to the inside-secure
driver, it now depends on CRYPTO_SHA3. Added reference.

changes since v1:
- added missing dependency to crypto/Kconfig

Signed-off-by: Pascal van Leeuwen <pvanleeu...@verimatrix.com>
---
 drivers/crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 2ed1a2b..1e61239 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -729,6 +729,7 @@ config CRYPTO_DEV_SAFEXCEL
        select CRYPTO_SHA256
        select CRYPTO_SHA512
        select CRYPTO_CHACHA20POLY1305
+       select CRYPTO_SHA3
        help
          This driver interfaces with the SafeXcel EIP-97 and EIP-197 
cryptographic
          engines designed by Inside Secure. It currently accelerates DES, 3DES 
and
-- 
1.8.3.1

Reply via email to