:orphan: .. title:: GPIO_MCP23S17_INIT_PRIORITY .. option:: CONFIG_GPIO_MCP23S17_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== Device driver initialization priority. Direct dependencies =================== \ :option:`GPIO_MCP23S17 ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.mcp23s17:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:28`` Menu path: (Top) → Device Drivers → GPIO Drivers → MCP23S17 SPI-based GPIO chip .. parsed-literal:: config GPIO_MCP23S17_INIT_PRIORITY int "Init priority" default 75 depends on \ :option:`GPIO_MCP23S17 ` && \ :option:`GPIO ` help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*