The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_GIC_VER

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

GIC && CPU_CORTEX

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig.gic:32

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

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

config GIC_VER
    int
    default 1 if GIC_V1
    default 2 if GIC_V2
    default 3 if GIC_V3
    depends on GIC && CPU_CORTEX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)