:orphan: .. title:: CONFIG_GPIO_FXL6408_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_FXL6408_INIT_PRIORITY CONFIG_GPIO_FXL6408_INIT_PRIORITY ################################# *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :kconfig:`GPIO_FXL6408 ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/gpio/Kconfig.fxl6408:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:102`` Menu path: (Top) → Device Drivers → GPIO Drivers → FXL6408 I2C-based GPIO chip .. code-block:: kconfig config GPIO_FXL6408_INIT_PRIORITY int "Init priority" default 80 depends on GPIO_FXL6408 && GPIO help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*