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
!BOARD_QEMU_X86_64
&& ACPI
&& X86
&& 64BIT
&& PCIE_MSI_MULTI_VECTOR
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definition
At <Driver>/interrupt_controller/Kconfig.intel_vtd:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:28
→ <Driver>/interrupt_controller/Kconfig:68
Menu path: (Top) → Device Drivers → Interrupt Controllers
menuconfig INTEL_VTD_ICTL
bool "Intel VT-D interrupt remapping controller"
default y
select CACHE_MANAGEMENT
depends on !BOARD_QEMU_X86_64 && ACPI && X86 && 64BIT && PCIE_MSI_MULTI_VECTOR
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.)