The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_I2C_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && I2C

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:41

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_LOG_LEVEL
    int
    default 0 if I2C_LOG_LEVEL_OFF && LOG && I2C
    default 1 if I2C_LOG_LEVEL_ERR && LOG && I2C
    default 2 if I2C_LOG_LEVEL_WRN && LOG && I2C
    default 3 if I2C_LOG_LEVEL_INF && LOG && I2C
    default 4 if I2C_LOG_LEVEL_DBG && LOG && I2C
    depends on LOG && I2C

(Definitions include propagated dependencies, including from if’s and menus.)