Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_CRYPTO_DEV_STM32_CRC
	tristate "Support for STM32 crc accelerators"
	depends on CONFIG_ARCH_STM32
	select CONFIG_CRYPTO_HASH
	help
          This enables support for the CONFIG_CRC32 hw accelerator which can be found
	  on STMicroelectronics STM32 SOC.

config CONFIG_CRYPTO_DEV_STM32_HASH
	tristate "Support for STM32 hash accelerators"
	depends on CONFIG_ARCH_STM32
	depends on CONFIG_HAS_DMA
	select CONFIG_CRYPTO_HASH
	select CONFIG_CRYPTO_MD5
	select CONFIG_CRYPTO_SHA1
	select CONFIG_CRYPTO_SHA256
	select CONFIG_CRYPTO_ENGINE
	help
          This enables support for the HASH hw accelerator which can be found
	  on STMicroelectronics STM32 SOC.

config CONFIG_CRYPTO_DEV_STM32_CRYP
	tristate "Support for STM32 cryp accelerators"
	depends on CONFIG_ARCH_STM32
	select CONFIG_CRYPTO_HASH
	select CONFIG_CRYPTO_ENGINE
	select CONFIG_CRYPTO_LIB_DES
	help
          This enables support for the CRYP (AES/DES/TDES) hw accelerator which
	  can be found on STMicroelectronics STM32 SOC.