CONFIG_GIC_V3_ITS

GIC v3 Interrupt Translation Service

Type: bool

Help

Support for the optional Interrupt Translation Service used to translate
hardware interrupt from PCIe MSI messages for example.

Direct dependencies

GIC_V3 && CPU_CORTEX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.gic:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:28<Zephyr>/drivers/interrupt_controller/Kconfig:64

Menu path: (Top) → Device Drivers → Interrupt Controllers

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.)