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_0
&& GPIO_DW
&& GPIO
&& SOC_SERIES_QUARK_X1000
) || (GPIO_DW_0
&& GPIO_DW_0_IRQ_SHARED
&& GPIO_DW
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
SHARED_IRQ_0_NAME
ifSHARED_IRQ
&&GPIO_DW_0
&&GPIO_DW
&&GPIO
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:123
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_DW_0_IRQ_SHARED_NAME string defaultSHARED_IRQ_0_NAME
ifSHARED_IRQ
&&GPIO_DW_0
&&GPIO_DW
&&GPIO
&&SOC_SERIES_QUARK_X1000
depends onGPIO_DW_0
&&GPIO_DW
&&GPIO
&&SOC_SERIES_QUARK_X1000
At drivers/gpio/Kconfig.dw:71
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_0_IRQ_SHARED_NAME string prompt "Device name for Shared IRQ" ifGPIO_DW_0
&&GPIO_DW_0_IRQ_SHARED
&&GPIO_DW
&&GPIO
depends onGPIO_DW_0
&&GPIO_DW_0_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.)