:orphan: .. title:: choice: Max compiled-in log level for i2c .. _choice_166: .. describe:: choice: Max compiled-in log level for i2c *Max compiled-in log level for i2c* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`I2C_LOG_LEVEL_INF ` Choice options ============== - \ :option:`I2C_LOG_LEVEL_OFF ` - \ :option:`I2C_LOG_LEVEL_ERR ` - \ :option:`I2C_LOG_LEVEL_WRN ` - \ :option:`I2C_LOG_LEVEL_INF ` - \ :option:`I2C_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:53`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: choice bool "Max compiled-in log level for i2c" default \ :option:`I2C_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`I2C ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*