:orphan: .. title:: CRYPTO_STM32 .. option:: CONFIG_CRYPTO_STM32 *STM32 Cryptographic Accelerator driver* Type: ``bool`` Help ==== .. code-block:: none Enable STM32 HAL-based Cryptographic Accelerator driver. Direct dependencies =================== (\ :option:`CRYPTO ` && \ :option:`SOC_STM32F415XX ` && \ :option:`SOC_SERIES_STM32F4X `) || (\ :option:`CRYPTO ` && \ :option:`SOC_STM32F417XX ` && \ :option:`SOC_SERIES_STM32F4X `) || (\ :option:`CRYPTO ` && \ :option:`SOC_STM32F437XX ` && \ :option:`SOC_SERIES_STM32F4X `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`CRYPTO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_HAL_CRYP ` - \ :option:`USE_STM32_HAL_CRYP_EX ` Kconfig definitions =================== At ``/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f415xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` → ``/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. code-block:: kconfig config CRYPTO_STM32 bool default y depends on CRYPTO && SOC_STM32F415XX && SOC_SERIES_STM32F4X ---- At ``/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` → ``/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. code-block:: kconfig config CRYPTO_STM32 bool default y depends on CRYPTO && SOC_STM32F417XX && SOC_SERIES_STM32F4X ---- At ``/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f437xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` → ``/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. code-block:: kconfig config CRYPTO_STM32 bool default y depends on CRYPTO && SOC_STM32F437XX && SOC_SERIES_STM32F4X ---- At ``/crypto/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:70`` → ``/crypto/Kconfig:74`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. code-block:: kconfig 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.)*