:orphan: .. title:: CONFIG_GIC_V3_ITS .. kconfig:: CONFIG_GIC_V3_ITS CONFIG_GIC_V3_ITS ################# *GIC v3 Interrupt Translation Service* Type: ``bool`` Help ==== .. code-block:: none Support for the optional Interrupt Translation Service used to translate hardware interrupt from PCIe MSI messages for example. Direct dependencies =================== \ :kconfig:`GIC_V3 ` && \ :kconfig:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ARMV8_A_NS ` - \ :kconfig:`DYNAMIC_INTERRUPTS ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:64`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config GIC_V3_ITS bool "GIC v3 Interrupt Translation Service" select ARMV8_A_NS select DYNAMIC_INTERRUPTS depends on GIC_V3 && CPU_CORTEX help Support for the optional Interrupt Translation Service used to translate hardware interrupt from PCIe MSI messages for example. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*