:orphan: .. title:: choice: Port 0 Interrupts via .. _choice_167: .. describe:: choice: Port 0 Interrupts via *Port 0 Interrupts via* Type: ``bool`` Direct dependencies =================== \ :option:`GPIO_DW_0 ` && \ :option:`GPIO_DW ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`GPIO_DW_0_IRQ_DIRECT ` Choice options ============== - \ :option:`GPIO_DW_0_IRQ_DIRECT ` - \ :option:`GPIO_DW_0_IRQ_SHARED ` Kconfig definition ================== At ``/gpio/Kconfig.dw:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Designware GPIO block 0 .. code-block:: kconfig choice bool "Port 0 Interrupts via" default GPIO_DW_0_IRQ_DIRECT depends on GPIO_DW_0 && GPIO_DW && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*