Select a name for the device
Type: string
Direct dependencies¶
(SHARED_IRQ_0
&& SHARED_IRQ
&& SOC_SERIES_QUARK_X1000
) || SHARED_IRQ_0
(Includes any dependencies from if’s and menus.)
Defaults¶
- “SHARED_IRQ0” if
SHARED_IRQ_0
&&SHARED_IRQ
&&SOC_SERIES_QUARK_X1000
- “SHARED_IRQ0” if
SHARED_IRQ_0
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:28
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config SHARED_IRQ_0_NAME string default "SHARED_IRQ0" 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:39
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:36
Menu path: (top menu) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_0_NAME string prompt "Select a name for the device" ifSHARED_IRQ_0
default "SHARED_IRQ0" ifSHARED_IRQ_0
depends onSHARED_IRQ_0
(Definitions include propagated dependencies, including from if’s and menus.)