:orphan: .. title:: choice: Log level for Ethernet driver .. _choice_151: .. describe:: choice: Log level for Ethernet driver *Log level for Ethernet driver* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ETHERNET_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`ETHERNET_LOG_LEVEL_OFF ` - \ :option:`ETHERNET_LOG_LEVEL_ERR ` - \ :option:`ETHERNET_LOG_LEVEL_WRN ` - \ :option:`ETHERNET_LOG_LEVEL_INF ` - \ :option:`ETHERNET_LOG_LEVEL_DBG ` - \ :option:`ETHERNET_LOG_LEVEL_DEFAULT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:13`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: choice bool "Log level for Ethernet driver" default \ :option:`ETHERNET_LOG_LEVEL_DEFAULT ` depends on \ :option:`LOG ` && \ :option:`NET_L2_ETHERNET ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*