choice SDMMC_LOG_LEVEL_CHOICE: Max compiled-in log level for sdmmc

Max compiled-in log level for sdmmc

Type: bool

Direct dependencies

LOG && DISK_DRIVER_SDMMC && DISK_DRIVERS

(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:116<Zephyr Driver>/disk/Kconfig:13<Zephyr Driver>/disk/Kconfig.sdmmc:56

Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver

choice SDMMC_LOG_LEVEL_CHOICE
    bool "Max compiled-in log level for sdmmc"
    default SDMMC_LOG_LEVEL_INF
    depends on LOG && DISK_DRIVER_SDMMC && DISK_DRIVERS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)