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 i2s

Max compiled-in log level for i2s

Type: bool

Direct dependencies

LOG && I2S

(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:40drivers/i2s/Kconfig:25

Menu path: (top menu) → Device Drivers → I2S bus drivers

choice
    bool
    prompt "Max compiled-in log level for i2s" if LOG && I2S
    default I2S_LOG_LEVEL_INF if LOG && I2S
    depends on LOG && I2S

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