choice MDIO_LOG_LEVEL_CHOICE: Max compiled-in log level for mdio

Max compiled-in log level for mdio

Type: bool

Direct dependencies

LOG && MDIO

(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:22<Zephyr Driver>/mdio/Kconfig:39

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

choice MDIO_LOG_LEVEL_CHOICE
    bool "Max compiled-in log level for mdio"
    default MDIO_LOG_LEVEL_INF
    depends on LOG && MDIO

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