:orphan: .. title:: choice: Log level for LLDP .. _choice_389: .. describe:: choice: Log level for LLDP *Log level for LLDP* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && \ :option:`NET_LLDP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_LLDP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`NET_LLDP_LOG_LEVEL_OFF ` - \ :option:`NET_LLDP_LOG_LEVEL_ERR ` - \ :option:`NET_LLDP_LOG_LEVEL_WRN ` - \ :option:`NET_LLDP_LOG_LEVEL_INF ` - \ :option:`NET_LLDP_LOG_LEVEL_DBG ` - \ :option:`NET_LLDP_LOG_LEVEL_DEFAULT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:69`` → ``subsys/net/l2/ethernet/Kconfig:77`` → ``subsys/net/l2/ethernet/lldp/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Enable Link Layer Discovery Protocol (LLDP) .. parsed-literal:: choice bool "Log level for LLDP" default \ :option:`NET_LLDP_LOG_LEVEL_DEFAULT ` depends on \ :option:`NET_LOG ` && \ :option:`NET_LLDP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*