CONFIG_GPIO_MCP23SXX_INIT_PRIORITY

MCP23SXX GPIO expander init priority

Type: int

Help

Device driver initialization priority.

Direct dependencies

GPIO_MCP23SXX && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • 75

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.mcp23xxx:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:38

Menu path: (Top) → Device Drivers → GPIO Drivers → MCP23SXX SPI-based GPIO chip

config GPIO_MCP23SXX_INIT_PRIORITY
    int "MCP23SXX GPIO expander init priority"
    default 75
    depends on GPIO_MCP23SXX && GPIO
    help
      Device driver initialization priority.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)