:orphan: .. title:: GPIO_SIFIVE_5_PRIORITY .. option:: CONFIG_GPIO_SIFIVE_5_PRIORITY *GPIO 5 interrupt priority* Type: ``int`` Direct dependencies =================== \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 1 if \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.sifive:43`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:51`` Menu path: (top menu) → Device Drivers → GPIO Drivers → SiFive Freedom Processor GPIO driver .. parsed-literal:: config GPIO_SIFIVE_5_PRIORITY int prompt "GPIO 5 interrupt priority" if \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` default 1 if \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` depends on \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` *(Definitions include propagated dependencies, including from if's and menus.)*