:orphan: .. title:: CONFIG_INTEL_VTD_ICTL_NO_SRC_ID_CHECK .. kconfig:: CONFIG_INTEL_VTD_ICTL_NO_SRC_ID_CHECK CONFIG_INTEL_VTD_ICTL_NO_SRC_ID_CHECK ##################################### *Never check the source id* Type: ``bool`` Help ==== .. code-block:: none Disable the source id check in IRTE. Direct dependencies =================== \ :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:25`` 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_NO_SRC_ID_CHECK bool "Never check the source id" depends on INTEL_VTD_ICTL help Disable the source id check in IRTE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*