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