1 # SPDX-License-Identifier: GPL-2.0-only
2 config CRYPTO_DEV_STM32_CRC
3 tristate "Support for STM32 crc accelerators"
8 This enables support for the CRC32 hw accelerator which can be found
9 on STMicroelectronics STM32 SOC.
11 config CRYPTO_DEV_STM32_HASH
12 tristate "Support for STM32 hash accelerators"
13 depends on ARCH_STM32 || ARCH_U8500
23 This enables support for the HASH hw accelerator which can be found
24 on STMicroelectronics STM32 SOC.
26 config CRYPTO_DEV_STM32_CRYP
27 tristate "Support for STM32 cryp accelerators"
28 depends on ARCH_STM32 || ARCH_U8500
33 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
34 can be found on STMicroelectronics STM32 SOC.