:orphan: .. title:: CONFIG_NET_L2_CUSTOM_IEEE802154_MTU .. kconfig:: CONFIG_NET_L2_CUSTOM_IEEE802154_MTU CONFIG_NET_L2_CUSTOM_IEEE802154_MTU ################################### *MTU for the custom IEEE802154 L2* Type: ``int`` Direct dependencies =================== \ :kconfig:`NET_L2_CUSTOM_IEEE802154 ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 127 Kconfig definition ================== At ``/net/l2/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:81`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable custom IEEE802154 L2 .. code-block:: kconfig config NET_L2_CUSTOM_IEEE802154_MTU int "MTU for the custom IEEE802154 L2" default 127 depends on NET_L2_CUSTOM_IEEE802154 && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*