:orphan: .. title:: CONFIG_GPIO_MCP230XX_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_MCP230XX_INIT_PRIORITY CONFIG_GPIO_MCP230XX_INIT_PRIORITY ################################## *MCP230XX GPIO expander init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :kconfig:`GPIO_MCP230XX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== At ``/gpio/Kconfig.mcp23xxx:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:38`` Menu path: (Top) → Device Drivers → GPIO Drivers → MCP230XX I2C-based GPIO chip .. code-block:: kconfig config GPIO_MCP230XX_INIT_PRIORITY int "MCP230XX GPIO expander init priority" default 75 depends on GPIO_MCP230XX && GPIO help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*