:orphan: .. title:: I2C_SLAVE_INIT_PRIORITY .. option:: CONFIG_I2C_SLAVE_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== I2C Slave device driver initialization priority. Direct dependencies =================== \ :option:`I2C_SLAVE ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/slave/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:30`` Menu path: (Top) → Device Drivers → I2C Drivers → I2C Slave Drivers .. parsed-literal:: config I2C_SLAVE_INIT_PRIORITY int "Init priority" default 60 depends on \ :option:`I2C_SLAVE ` && \ :option:`I2C ` help I2C Slave device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*