:orphan: .. title:: GPIO_CMSDK_AHB_PORT0_IRQ_PRI .. option:: CONFIG_GPIO_CMSDK_AHB_PORT0_IRQ_PRI *Interrupt Priority for Port 0* Type: ``int`` Help ==== Interrupt priority for Port 0. Direct dependencies =================== \ :option:`GPIO_CMSDK_AHB_PORT0 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 3 if \ :option:`GPIO_CMSDK_AHB_PORT0 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.cmsdk_ahb:33`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:47`` Menu path: (top menu) → Device Drivers → GPIO Drivers → ARM CMSDK (Cortex-M System Design Kit) AHB GPIO Controllers → Enable driver for GPIO Port 0 .. parsed-literal:: config GPIO_CMSDK_AHB_PORT0_IRQ_PRI int prompt "Interrupt Priority for Port 0" if \ :option:`GPIO_CMSDK_AHB_PORT0 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` default 3 if \ :option:`GPIO_CMSDK_AHB_PORT0 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` depends on \ :option:`GPIO_CMSDK_AHB_PORT0 ` && \ :option:`GPIO_CMSDK_AHB ` && \ :option:`GPIO ` help Interrupt priority for Port 0. *(Definitions include propagated dependencies, including from if's and menus.)*