:orphan: .. title:: CONFIG_GPIO_NCT38XX_PORT_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_NCT38XX_PORT_INIT_PRIORITY CONFIG_GPIO_NCT38XX_PORT_INIT_PRIORITY ###################################### *NCT38XX GPIO port init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. The priority should be lower than I2C & GPIO_NCT38XX_INIT_PRIORITY device. Direct dependencies =================== \ :kconfig:`GPIO_NCT38XX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/gpio/Kconfig.nct38xx:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:118`` Menu path: (Top) → Device Drivers → GPIO Drivers → NCT38XX I2C-based GPIO chip .. code-block:: kconfig config GPIO_NCT38XX_PORT_INIT_PRIORITY int "NCT38XX GPIO port init priority" default 40 depends on GPIO_NCT38XX && GPIO help Device driver initialization priority. The priority should be lower than I2C & GPIO_NCT38XX_INIT_PRIORITY device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*