CONFIG_CRYPTO_STM32

STM32 Cryptographic Accelerator driver

Type: bool

Help

Enable STM32 HAL-based Cryptographic Accelerator driver.

Direct dependencies

(CRYPTO && SOC_STM32F415XX && SOC_SERIES_STM32F4X) || (CRYPTO && SOC_STM32F417XX && SOC_SERIES_STM32F4X) || (CRYPTO && SOC_STM32F437XX && SOC_SERIES_STM32F4X) || (SOC_FAMILY_STM32 && CRYPTO)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f415xx:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3<Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (Top)

config CRYPTO_STM32
    bool
    default y
    depends on CRYPTO && SOC_STM32F415XX && SOC_SERIES_STM32F4X

At <Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3<Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (Top)

config CRYPTO_STM32
    bool
    default y
    depends on CRYPTO && SOC_STM32F417XX && SOC_SERIES_STM32F4X

At <Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f437xx:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3<Zephyr>/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (Top)

config CRYPTO_STM32
    bool
    default y
    depends on CRYPTO && SOC_STM32F437XX && SOC_SERIES_STM32F4X

At <Zephyr>/drivers/crypto/Kconfig.stm32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:70<Zephyr>/drivers/crypto/Kconfig:74

Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL]

menuconfig CRYPTO_STM32
    bool "STM32 Cryptographic Accelerator driver"
    select USE_STM32_HAL_CRYP
    select USE_STM32_HAL_CRYP_EX
    depends on SOC_FAMILY_STM32 && CRYPTO
    help
      Enable STM32 HAL-based Cryptographic Accelerator driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)