:orphan: .. title:: CONFIG_CAVS_ICTL_INIT_PRIORITY .. kconfig:: CONFIG_CAVS_ICTL_INIT_PRIORITY CONFIG_CAVS_ICTL_INIT_PRIORITY ############################## *CAVS ICTL Init priority* Type: ``int`` Help ==== .. code-block:: none Cavs Interrupt Logic initialization priority. Direct dependencies =================== \ :kconfig:`CAVS_ICTL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 45 Kconfig definition ================== At ``/interrupt_controller/Kconfig.cavs:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:58`` Menu path: (Top) → Device Drivers → Interrupt Controllers → CAVS Interrupt Logic .. code-block:: kconfig config CAVS_ICTL_INIT_PRIORITY int "CAVS ICTL Init priority" default 45 depends on CAVS_ICTL help Cavs Interrupt Logic initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*