Kconfig 672 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CRYPTO_DEV_EIP93
  3. tristate "Support for EIP93 crypto HW accelerators"
  4. depends on SOC_MT7621 || ARCH_AIROHA ||COMPILE_TEST
  5. select CRYPTO_LIB_AES
  6. select CRYPTO_LIB_DES
  7. select CRYPTO_SKCIPHER
  8. select CRYPTO_AEAD
  9. select CRYPTO_AUTHENC
  10. select CRYPTO_MD5
  11. select CRYPTO_SHA1
  12. select CRYPTO_SHA256
  13. help
  14. EIP93 have various crypto HW accelerators. Select this if
  15. you want to use the EIP93 modules for any of the crypto algorithms.
  16. If the IP supports it, this provide offload for AES - ECB, CBC and
  17. CTR crypto. Also provide DES and 3DES ECB and CBC.
  18. Also provide AEAD authenc(hmac(x), cipher(y)) for supported algo.