:orphan: .. title:: CONFIG_NET_PPP_MTU_MRU .. kconfig:: CONFIG_NET_PPP_MTU_MRU CONFIG_NET_PPP_MTU_MRU ###################### *PPP MTU and MRU* Type: ``int`` Help ==== .. code-block:: none This options sets MTU and MRU for PPP link. Direct dependencies =================== \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1500 Kconfig definition ================== At ``/net/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver .. code-block:: kconfig config NET_PPP_MTU_MRU int "PPP MTU and MRU" default 1500 depends on NET_PPP && NET_DRIVERS help This options sets MTU and MRU for PPP link. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*