:orphan: .. title:: DW_ICTL_INIT_PRIORITY .. option:: CONFIG_DW_ICTL_INIT_PRIORITY *Init priority for DW interrupt controller* Type: ``int`` Help ==== .. code-block:: none DesignWare Interrupt Controller initialization priority. Direct dependencies =================== \ :option:`DW_ICTL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 48 Kconfig definition ================== At ``/interrupt_controller/Kconfig.dw:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:53`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller .. code-block:: kconfig config DW_ICTL_INIT_PRIORITY int "Init priority for DW interrupt controller" default 48 depends on DW_ICTL help DesignWare Interrupt Controller initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*