-
CONFIG_GPIO_DW_0_IRQ_PRI
¶
Controller interrupt priority
Type: int
Help¶
IRQ priority
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| (GPIO_DW_0
&& GPIO_DW
&& GPIO
&& SOC_SERIES_QUARK_X1000
) || (GPIO_DW_0
&& GPIO_DW_0_IRQ_DIRECT
&& !HAS_DTS
&& GPIO_DW
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
BOARD_INTEL_S1000_CRB
- 2 if
GPIO_DW_0
&&GPIO_DW
&&GPIO
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:54
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_DW_0_IRQ_PRI int default 1 ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:121
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_DW_0_IRQ_PRI int default 2 ifGPIO_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:80
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_PRI int prompt "Controller interrupt priority" ifGPIO_DW_0
&&GPIO_DW_0_IRQ_DIRECT
&& !HAS_DTS
&&GPIO_DW
&&GPIO
depends onGPIO_DW_0
&&GPIO_DW_0_IRQ_DIRECT
&& !HAS_DTS
&&GPIO_DW
&&GPIO
help IRQ priority
(Definitions include propagated dependencies, including from if’s and menus.)