The latest development version of this page may be more current than this released 2.7.0 version.
choice: Log level for Ethernet L2 layer

Log level for Ethernet L2 layer

Type: bool

Direct dependencies

NET_LOG && NET_L2_ETHERNET && NETWORKING

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:85subsys/net/l2/Kconfig:71subsys/net/l2/ethernet/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support

choice
    bool "Log level for Ethernet L2 layer"
    default NET_L2_ETHERNET_LOG_LEVEL_DEFAULT
    depends on NET_LOG && NET_L2_ETHERNET && NETWORKING

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