1# SPDX-License-Identifier: GPL-2.0 2config 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 17 If the IP supports it, this provide offload for AES - ECB, CBC and 18 CTR crypto. Also provide DES and 3DES ECB and CBC. 19 20 Also provide AEAD authenc(hmac(x), cipher(y)) for supported algo. 21