:orphan: .. title:: CONFIG_GPIO_DW_SHARED_IRQ .. kconfig:: CONFIG_GPIO_DW_SHARED_IRQ CONFIG_GPIO_DW_SHARED_IRQ ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO_DW ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`GPIO_DW_0_IRQ_SHARED ` - \ :kconfig:`GPIO_DW_1_IRQ_SHARED ` - \ :kconfig:`GPIO_DW_2_IRQ_SHARED ` - \ :kconfig:`GPIO_DW_3_IRQ_SHARED ` Kconfig definition ================== At ``/gpio/Kconfig.dw:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:26`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO .. code-block:: kconfig config GPIO_DW_SHARED_IRQ bool depends on GPIO_DW && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*