:orphan: .. title:: CONFIG_CRYPTO_STM32_MAX_SESSION .. kconfig:: CONFIG_CRYPTO_STM32_MAX_SESSION CONFIG_CRYPTO_STM32_MAX_SESSION ############################### *Maximum of sessions STM32 crypto driver can handle* Type: ``int`` Help ==== .. code-block:: none This can be used to tweak the amount of sessions the driver can handle in parallel. Direct dependencies =================== \ :kconfig:`CRYPTO_STM32 ` && \ :kconfig:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/crypto/Kconfig.stm32:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:72`` → ``/crypto/Kconfig:74`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → STM32 Cryptographic Accelerator driver .. code-block:: kconfig config CRYPTO_STM32_MAX_SESSION int "Maximum of sessions STM32 crypto driver can handle" default 2 depends on CRYPTO_STM32 && 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.)*