:orphan: .. title:: CONFIG_I2C_TCA954X_ROOT_INIT_PRIO .. kconfig:: CONFIG_I2C_TCA954X_ROOT_INIT_PRIO CONFIG_I2C_TCA954X_ROOT_INIT_PRIO ################################# *TCA954x root driver init priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`I2C_TCA954X ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`I2C_INIT_PRIORITY ` Kconfig definition ================== At ``/i2c/Kconfig.tca954x:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:52`` Menu path: (Top) → Device Drivers → I2C Drivers → I2C addressable switch .. code-block:: kconfig config I2C_TCA954X_ROOT_INIT_PRIO int "TCA954x root driver init priority" default I2C_INIT_PRIORITY depends on I2C_TCA954X && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*