:orphan: .. title:: CAVS_ICTL_INIT_PRIORITY .. option:: CONFIG_CAVS_ICTL_INIT_PRIORITY *CAVS ICTL Init priority* Type: ``int`` Help ==== .. code-block:: none Cavs Interrupt Logic initialization priority. Direct dependencies =================== \ :option:`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:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:59`` 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.)*