instance 0 interrupt
Type: int
Help¶
System interrupt number to be handled by this instance of the driver.
Direct dependencies¶
(SHARED_IRQ_0
&& SHARED_IRQ
&& SOC_SERIES_QUARK_X1000
) || SHARED_IRQ_0
(Includes any dependencies from if’s and menus.)
Defaults¶
- 18 if
SHARED_IRQ_0
&&SHARED_IRQ
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:30
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config SHARED_IRQ_0_IRQ int default 18 ifSHARED_IRQ_0
&&SHARED_IRQ
&&SOC_SERIES_QUARK_X1000
depends onSHARED_IRQ_0
&&SHARED_IRQ
&&SOC_SERIES_QUARK_X1000
At drivers/interrupt_controller/Kconfig.shared_irq:44
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:36
Menu path: (top menu) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_0_IRQ int prompt "instance 0 interrupt" ifSHARED_IRQ_0
depends onSHARED_IRQ_0
help System interrupt number to be handled by this instance of the driver.
(Definitions include propagated dependencies, including from if’s and menus.)