:orphan: .. title:: CONFIG_I2C_TCA9546_CHANNEL_INIT_PRIO .. kconfig:: CONFIG_I2C_TCA9546_CHANNEL_INIT_PRIO CONFIG_I2C_TCA9546_CHANNEL_INIT_PRIO #################################### *TCA9546a channel driver init priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`I2C_TCA9546A ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`I2C_INIT_PRIORITY ` Kconfig definition ================== At ``/i2c/Kconfig.tca9546a:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:46`` Menu path: (Top) → Device Drivers → I2C Drivers → I2C addressable switch .. code-block:: kconfig config I2C_TCA9546_CHANNEL_INIT_PRIO int "TCA9546a channel driver init priority" default I2C_INIT_PRIORITY depends on I2C_TCA9546A && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*