: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 ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.gic:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:65`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config GIC_VER int default 1 if \ :option:`GIC_V1 ` default 2 if \ :option:`GIC_V2 ` default 3 if \ :option:`GIC_V3 ` depends on \ :option:`GIC ` && \ :option:`CPU_CORTEX ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*