The latest development version of this page may be more current than this released 2.7.5 version.
choice: Log level for Ethernet PHY driver

Log level for Ethernet PHY driver

Type: bool

Direct dependencies

LOG && NET_L2_ETHERNET && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:7

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:20drivers/ethernet/Kconfig:62drivers/ethernet/phy/Kconfig:13

Menu path: (Top) → Device Drivers → Ethernet Drivers → Ethernet PHY Drivers

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.)