:orphan: .. title:: INTEL_VTD_ICTL .. option:: CONFIG_INTEL_VTD_ICTL *Intel VT-D interrupt remapping controller* Type: ``bool`` Help ==== Such interrupt remapping hardware is provided through Intel VT-D technology. It's being used, currently, only for MSI/MSI-X multi-vector support. If you have such PCIe device requiring multi-vector support, you will need to enable this. Direct dependencies =================== \ :option:`ACPI ` && \ :option:`X86 ` && \ :option:`64BIT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`PCIE_MSI_MULTI_VECTOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.intel_vtd:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:69`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: menuconfig INTEL_VTD_ICTL bool "Intel VT-D interrupt remapping controller" select \ :option:`PCIE_MSI_MULTI_VECTOR ` depends on \ :option:`ACPI ` && \ :option:`X86 ` && \ :option:`64BIT ` help Such interrupt remapping hardware is provided through Intel VT-D technology. It's being used, currently, only for MSI/MSI-X multi-vector support. If you have such PCIe device requiring multi-vector support, you will need to enable this. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*