# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_CRYPTO_DEV_STM32_CRC[0m tristate "Support for STM32 crc accelerators" depends on [31mCONFIG_ARCH_STM32[0m select [31mCONFIG_CRYPTO_HASH[0m help This enables support for the [31mCONFIG_CRC32[0m hw accelerator which can be found on STMicroelectronics STM32 SOC. config [31mCONFIG_CRYPTO_DEV_STM32_HASH[0m tristate "Support for STM32 hash accelerators" depends on [31mCONFIG_ARCH_STM32[0m depends on [31mCONFIG_HAS_DMA[0m select [31mCONFIG_CRYPTO_HASH[0m select [31mCONFIG_CRYPTO_MD5[0m select [31mCONFIG_CRYPTO_SHA1[0m select [31mCONFIG_CRYPTO_SHA256[0m select [31mCONFIG_CRYPTO_ENGINE[0m help This enables support for the HASH hw accelerator which can be found on STMicroelectronics STM32 SOC. config [31mCONFIG_CRYPTO_DEV_STM32_CRYP[0m tristate "Support for STM32 cryp accelerators" depends on [31mCONFIG_ARCH_STM32[0m select [31mCONFIG_CRYPTO_HASH[0m select [31mCONFIG_CRYPTO_ENGINE[0m select [31mCONFIG_CRYPTO_LIB_DES[0m help This enables support for the CRYP (AES/DES/TDES) hw accelerator which can be found on STMicroelectronics STM32 SOC. |