blob: 1aba9372cd232515bd34857467d653508ecfa1a0 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config CRYPTO_DEV_STM32_CRC
3 tristate "Support for STM32 crc accelerators"
4 depends on ARCH_STM32
5 select CRYPTO_HASH
6 help
7 This enables support for the CRC32 hw accelerator which can be found
8 on STMicroelectronics STM32 SOC.
9
10config CRYPTO_DEV_STM32_HASH
11 tristate "Support for STM32 hash accelerators"
12 depends on ARCH_STM32
13 depends on HAS_DMA
14 select CRYPTO_HASH
15 select CRYPTO_MD5
16 select CRYPTO_SHA1
17 select CRYPTO_SHA256
18 select CRYPTO_ENGINE
19 help
20 This enables support for the HASH hw accelerator which can be found
21 on STMicroelectronics STM32 SOC.
22
23config CRYPTO_DEV_STM32_CRYP
24 tristate "Support for STM32 cryp accelerators"
25 depends on ARCH_STM32
26 select CRYPTO_HASH
27 select CRYPTO_ENGINE
David Brazdil0f672f62019-12-10 10:32:29 +000028 select CRYPTO_LIB_DES
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000029 help
30 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
31 can be found on STMicroelectronics STM32 SOC.