:orphan: .. title:: CONFIG_INTEL_VTD_ICTL_INIT_PRIORITY .. kconfig:: CONFIG_INTEL_VTD_ICTL_INIT_PRIORITY CONFIG_INTEL_VTD_ICTL_INIT_PRIORITY ################################### *Initialization priority* Type: ``int`` Help ==== .. code-block:: none This device should be initialized as soon as possible, before any other device that would require it for MSI/MSI-X multi-vector support. Direct dependencies =================== \ :kconfig:`INTEL_VTD_ICTL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/interrupt_controller/Kconfig.intel_vtd:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:68`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Intel VT-D interrupt remapping controller .. code-block:: kconfig config INTEL_VTD_ICTL_INIT_PRIORITY int "Initialization priority" default 0 depends on INTEL_VTD_ICTL help This device should be initialized as soon as possible, before any other device that would require it for MSI/MSI-X multi-vector support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*