:orphan: .. title:: GIC_VER .. option:: CONFIG_GIC_VER *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`GIC ` && \ :option:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if \ :option:`GIC_V1 ` - 2 if \ :option:`GIC_V2 ` - 3 if \ :option:`GIC_V3 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:65`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*