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