:orphan: .. title:: choice: Log level for Ethernet PHY driver .. _choice_289: .. describe:: choice: Log level for Ethernet PHY driver *Log level for Ethernet PHY driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`PHY_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`PHY_LOG_LEVEL_OFF ` - \ :kconfig:`PHY_LOG_LEVEL_ERR ` - \ :kconfig:`PHY_LOG_LEVEL_WRN ` - \ :kconfig:`PHY_LOG_LEVEL_INF ` - \ :kconfig:`PHY_LOG_LEVEL_DBG ` - \ :kconfig:`PHY_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:62`` → ``/ethernet/phy/Kconfig:13`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Ethernet PHY Drivers .. code-block:: kconfig choice bool "Log level for Ethernet PHY driver" default PHY_LOG_LEVEL_DEFAULT depends on LOG && NET_L2_ETHERNET && NET_L2_ETHERNET *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*