:orphan: .. title:: CONFIG_GIC_VER .. kconfig:: CONFIG_GIC_VER CONFIG_GIC_VER ############## *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`GIC ` && \ :kconfig:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if \ :kconfig:`GIC_V1 ` - 2 if \ :kconfig:`GIC_V2 ` - 3 if \ :kconfig:`GIC_V3 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:32`` 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_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.)*