:orphan: .. title:: GIC .. option:: CONFIG_GIC *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`GIC_V1 ` - \ :option:`GIC_V2 ` - \ :option:`GIC_V3 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.gic:8`` 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 bool depends on \ :option:`CPU_CORTEX ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*