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