:orphan: .. title:: choice: Log level for LLDP .. _choice_550: .. describe:: choice: Log level for LLDP *Log level for LLDP* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_LLDP ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_LLDP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_LLDP_LOG_LEVEL_OFF ` - \ :kconfig:`NET_LLDP_LOG_LEVEL_ERR ` - \ :kconfig:`NET_LLDP_LOG_LEVEL_WRN ` - \ :kconfig:`NET_LLDP_LOG_LEVEL_INF ` - \ :kconfig:`NET_LLDP_LOG_LEVEL_DBG ` - \ :kconfig:`NET_LLDP_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` → ``/net/l2/ethernet/Kconfig:77`` → ``/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) .. code-block:: kconfig choice bool "Log level for LLDP" default NET_LLDP_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_LLDP && NET_L2_ETHERNET && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*