CONFIG_INTEL_VTD_ICTL_XAPIC_PASSTHROUGH
XAPIC mode pass-through
Type: bool
Help
If XAPIC mode is enabled, it will avoid remapping all interrupts.
Direct dependencies
!X2APIC
&& INTEL_VTD_ICTL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Driver>/interrupt_controller/Kconfig.intel_vtd:19
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:28
→ <Driver>/interrupt_controller/Kconfig:68
Menu path: (Top) → Device Drivers → Interrupt Controllers → Intel VT-D interrupt remapping controller
config INTEL_VTD_ICTL_XAPIC_PASSTHROUGH
bool "XAPIC mode pass-through"
depends on !X2APIC && INTEL_VTD_ICTL
help
If XAPIC mode is enabled, it will avoid remapping all interrupts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)