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 spi

Max compiled-in log level for spi

Type: bool

Direct dependencies

LOG && SPI

(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:36drivers/spi/Kconfig:40

Menu path: (top menu) → Device Drivers → SPI hardware bus support

choice
    bool
    prompt "Max compiled-in log level for spi" if LOG && SPI
    default SPI_LOG_LEVEL_INF if LOG && SPI
    depends on LOG && SPI

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