Device name for Shared IRQ
Type: string
Help¶
Specify the device name for the shared IRQ driver. It is used to register this driver with the shared IRQ driver, so interrupts can be dispatched correctly.
Direct dependencies¶
GPIO_DW_2_IRQ_SHARED
&& GPIO_DW
&& GPIO
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/gpio/Kconfig.dw:175
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:35
Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO
config GPIO_DW_2_IRQ_SHARED_NAME string prompt "Device name for Shared IRQ" ifGPIO_DW_2_IRQ_SHARED
&&GPIO_DW
&&GPIO
depends onGPIO_DW_2_IRQ_SHARED
&&GPIO_DW
&&GPIO
help Specify the device name for the shared IRQ driver. It is used to register this driver with the shared IRQ driver, so interrupts can be dispatched correctly.
(Definitions include propagated dependencies, including from if’s and menus.)