:orphan: .. title:: CONFIG_PPP_NET_IF_NO_AUTO_START .. kconfig:: CONFIG_PPP_NET_IF_NO_AUTO_START CONFIG_PPP_NET_IF_NO_AUTO_START ############################### *Disable PPP interface auto-start* Type: ``bool`` Help ==== .. code-block:: none This option allows user to disable autostarting of the PPP interface immediately after initialization. Direct dependencies =================== \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig:91`` 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 PPP_NET_IF_NO_AUTO_START bool "Disable PPP interface auto-start" depends on NET_PPP && NET_DRIVERS help This option allows user to disable autostarting of the PPP interface immediately after initialization. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*