:orphan: .. title:: GPIO_SIFIVE_7_PRIORITY .. option:: CONFIG_GPIO_SIFIVE_7_PRIORITY *GPIO 7 interrupt priority* Type: ``int`` Direct dependencies =================== \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.sifive:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:44`` Menu path: (Top) → Device Drivers → GPIO Drivers → SiFive Freedom Processor GPIO driver .. parsed-literal:: config GPIO_SIFIVE_7_PRIORITY int "GPIO 7 interrupt priority" default 1 depends on \ :option:`GPIO_SIFIVE ` && \ :option:`GPIO ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*