brintos

brintos / linux-shallow public Read only

0
0
Text · 987 B · 49dfd16 Raw
35 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CRYPTO_DEV_STM32_CRC3	tristate "Support for STM32 crc accelerators"4	depends on ARCH_STM325	select CRYPTO_HASH6	select CRC327	help8	  This enables support for the CRC32 hw accelerator which can be found9	  on STMicroelectronics STM32 SOC.10 11config CRYPTO_DEV_STM32_HASH12	tristate "Support for STM32 hash accelerators"13	depends on ARCH_STM32 || ARCH_U850014	depends on HAS_DMA15	select CRYPTO_HASH16	select CRYPTO_MD517	select CRYPTO_SHA118	select CRYPTO_SHA25619	select CRYPTO_SHA51220	select CRYPTO_SHA321	select CRYPTO_ENGINE22	help23	  This enables support for the HASH hw accelerator which can be found24	  on STMicroelectronics STM32 SOC.25 26config CRYPTO_DEV_STM32_CRYP27	tristate "Support for STM32 cryp accelerators"28	depends on ARCH_STM32 || ARCH_U850029	select CRYPTO_HASH30	select CRYPTO_ENGINE31	select CRYPTO_LIB_DES32	help33	  This enables support for the CRYP (AES/DES/TDES) hw accelerator which34	  can be found on STMicroelectronics STM32 SOC.35