:orphan: .. title:: choice: Max compiled-in log level for i2c .. _choice_174: .. 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 ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:54`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig choice bool "Max compiled-in log level for i2c" default I2C_LOG_LEVEL_INF depends on LOG && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*