choice I2C_LOG_LEVEL_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 ifs and menus.)

Kconfig definition

At <Zephyr Subsystem>/logging/Kconfig.template.log_config:3

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:42<Zephyr Driver>/i2c/Kconfig:57

Menu path: (Top) → Device Drivers → I2C Drivers

choice I2C_LOG_LEVEL_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.)