:orphan: .. title:: CRYPTO_STM32 .. option:: CONFIG_CRYPTO_STM32 *STM32 Cryptographic Accelerator driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f415xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` → ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. parsed-literal:: config CRYPTO_STM32 bool default y depends on \ :option:`CRYPTO ` && \ :option:`SOC_STM32F415XX ` && \ :option:`SOC_SERIES_STM32F4X ` ---- At ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` → ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. parsed-literal:: config CRYPTO_STM32 bool default y depends on \ :option:`CRYPTO ` && \ :option:`SOC_STM32F417XX ` && \ :option:`SOC_SERIES_STM32F4X ` ---- At ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f437xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` → ``soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10`` Menu path: (Top) .. parsed-literal:: config CRYPTO_STM32 bool default y depends on \ :option:`CRYPTO ` && \ :option:`SOC_STM32F437XX ` && \ :option:`SOC_SERIES_STM32F4X ` ---- At ``drivers/crypto/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:70`` → ``drivers/crypto/Kconfig:74`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. parsed-literal:: menuconfig CRYPTO_STM32 bool "STM32 Cryptographic Accelerator driver" select \ :option:`USE_STM32_HAL_CRYP ` select \ :option:`USE_STM32_HAL_CRYP_EX ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`CRYPTO ` help Enable STM32 HAL-based Cryptographic Accelerator driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*