The latest development version of this page may be more current than this released 1.14.1 version.
choice: Max compiled-in log level for i2c

Max compiled-in log level for i2c

Type: bool

Direct dependencies

LOG && I2C

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

Defaults

Kconfig definition

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

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

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

choice
    bool
    prompt "Max compiled-in log level for i2c" if LOG && I2C
    default I2C_LOG_LEVEL_INF if LOG && I2C
    depends on LOG && I2C

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