:orphan: .. title:: CRYPTO_STM32_MAX_SESSION .. option:: CONFIG_CRYPTO_STM32_MAX_SESSION *Maximum of sessions STM32 crypto driver can handle* Type: ``int`` Help ==== This can be used to tweak the amount of sessions the driver can handle in parallel. Direct dependencies =================== \ :option:`CRYPTO_STM32 ` && \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/crypto/Kconfig.stm32:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:70`` → ``drivers/crypto/Kconfig:74`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → STM32 Cryptographic Accelerator driver .. parsed-literal:: config CRYPTO_STM32_MAX_SESSION int "Maximum of sessions STM32 crypto driver can handle" default 2 depends on \ :option:`CRYPTO_STM32 ` && \ :option:`CRYPTO ` help This can be used to tweak the amount of sessions the driver can handle in parallel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*