:orphan: .. title:: choice MDIO_LOG_LEVEL_CHOICE: Max compiled-in log level for mdio .. _choice_290: .. describe:: choice MDIO_LOG_LEVEL_CHOICE: Max compiled-in log level for mdio *Max compiled-in log level for mdio* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`MDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MDIO_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MDIO_LOG_LEVEL_OFF ` - \ :kconfig:`MDIO_LOG_LEVEL_ERR ` - \ :kconfig:`MDIO_LOG_LEVEL_WRN ` - \ :kconfig:`MDIO_LOG_LEVEL_INF ` - \ :kconfig:`MDIO_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:22`` → ``/mdio/Kconfig:39`` Menu path: (Top) → Device Drivers → MDIO Drivers .. code-block:: kconfig 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.)*