:orphan: .. title:: GIC_V1 .. option:: CONFIG_GIC_V1 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the ARM Cortex-family processors. Direct dependencies =================== \ :option:`CPU_CORTEX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`GIC ` Symbols that select this symbol =============================== - \ :option:`SOC_XILINX_ZYNQMP_RPU ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.gic:11`` 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_V1 bool select GIC depends on CPU_CORTEX help The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the ARM Cortex-family processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*