CONFIG_GPIO_NCT38XX_INIT_PRIORITY
NCT38XX GPIO init priority
Type: int
Help
Device driver initialization priority. The priority should be lower
than I2C device.
Direct dependencies
GPIO_NCT38XX
&& GPIO
(Includes any dependencies from ifs and menus.)
Default
30
Kconfig definition
At <Zephyr>/drivers/gpio/Kconfig.nct38xx:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:36
→ <Zephyr>/drivers/gpio/Kconfig:116
Menu path: (Top) → Device Drivers → GPIO Drivers → NCT38XX I2C-based GPIO chip
config GPIO_NCT38XX_INIT_PRIORITY
int "NCT38XX GPIO init priority"
default 30
depends on GPIO_NCT38XX && GPIO
help
Device driver initialization priority. The priority should be lower
than I2C device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)