:orphan: .. title:: CONFIG_NET_LLDP_END_LLDPDU_TLV_ENABLED .. kconfig:: CONFIG_NET_LLDP_END_LLDPDU_TLV_ENABLED CONFIG_NET_LLDP_END_LLDPDU_TLV_ENABLED ###################################### *Enable End of LLDPDU TLV* Type: ``bool`` Help ==== .. code-block:: none Tells whether LLDPDU packet will have marker at the end of the packet. Direct dependencies =================== \ :kconfig:`NET_LLDP ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/net/l2/ethernet/lldp/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` → ``/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) .. code-block:: kconfig config NET_LLDP_END_LLDPDU_TLV_ENABLED bool "Enable End of LLDPDU TLV" default y depends on NET_LLDP && NET_L2_ETHERNET && 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.)*