:orphan: .. title:: CONFIG_CRYPTO_INIT_PRIORITY .. kconfig:: CONFIG_CRYPTO_INIT_PRIORITY CONFIG_CRYPTO_INIT_PRIORITY ########################### *Crypto devices init priority* Type: ``int`` Help ==== .. code-block:: none Crypto devices initialization priority. Direct dependencies =================== \ :kconfig:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/crypto/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:72`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. code-block:: kconfig config CRYPTO_INIT_PRIORITY int "Crypto devices init priority" default 90 depends on CRYPTO help Crypto devices initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*