:orphan: .. title:: CONFIG_EMUL_INIT_PRIORITY .. kconfig:: CONFIG_EMUL_INIT_PRIORITY CONFIG_EMUL_INIT_PRIORITY ######################### *Init priority* Type: ``int`` Help ==== .. code-block:: none Emulation device driver initialisation priority. Direct dependencies =================== \ :kconfig:`EMUL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/emul/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Emulation drivers .. code-block:: kconfig config EMUL_INIT_PRIORITY int "Init priority" default 60 depends on EMUL help Emulation device driver initialisation priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*