:orphan: .. title:: NET_LLDP_END_LLDPDU_TLV_ENABLED .. option:: CONFIG_NET_LLDP_END_LLDPDU_TLV_ENABLED *Enable End of LLDPDU TLV* Type: ``bool`` Help ==== Tells whether LLDPDU packet will have marker at the end of the packet. Direct dependencies =================== \ :option:`NET_LLDP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/ethernet/lldp/Kconfig:45`` 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`` 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:: config NET_LLDP_END_LLDPDU_TLV_ENABLED bool "Enable End of LLDPDU TLV" default y depends on \ :option:`NET_LLDP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` help Tells whether LLDPDU packet will have marker at the end of the packet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*