:orphan: .. title:: CONFIG_I2C_INIT_PRIORITY .. kconfig:: CONFIG_I2C_INIT_PRIORITY CONFIG_I2C_INIT_PRIORITY ######################## *Init priority* Type: ``int`` Help ==== .. code-block:: none I2C device driver initialization priority. Direct dependencies =================== \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/i2c/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_INIT_PRIORITY int "Init priority" default 60 depends on I2C help I2C device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*