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
21 This enables support for the HASH hw accelerator which can be found
22 on STMicroelectronics STM32 SOC.
24 config CRYPTO_DEV_STM32_CRYP
25 tristate "Support for STM32 cryp accelerators"
26 depends on ARCH_STM32 || ARCH_U8500
31 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
32 can be found on STMicroelectronics STM32 SOC.