:orphan: .. title:: CONFIG_INTEL_VTD_ICTL_XAPIC_PASSTHROUGH .. kconfig:: CONFIG_INTEL_VTD_ICTL_XAPIC_PASSTHROUGH CONFIG_INTEL_VTD_ICTL_XAPIC_PASSTHROUGH ####################################### *XAPIC mode pass-through* Type: ``bool`` Help ==== .. code-block:: none If XAPIC mode is enabled, it will avoid remapping all interrupts. Direct dependencies =================== !\ :kconfig:`X2APIC ` && \ :kconfig:`INTEL_VTD_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/interrupt_controller/Kconfig.intel_vtd:19`` 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_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.)*