CONFIG_GSM_PPP_AUTOSTART
Auto-start PPP at boot
Type: bool
Help
This setting lets driver connect to network and initialize PPP at
boot. Unselect this if you want to run application code before
modem connects to network. See contents of "drivers/gsm_ppp.h"
to get an idea of the API.
Default
y
Kconfig definition
At <Zephyr>/drivers/modem/Kconfig.gsm:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:84
→ <Zephyr>/drivers/modem/Kconfig:145
Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems
config GSM_PPP_AUTOSTART
bool "Auto-start PPP at boot"
default y
depends on MODEM_GSM_PPP && MODEM
help
This setting lets driver connect to network and initialize PPP at
boot. Unselect this if you want to run application code before
modem connects to network. See contents of "drivers/gsm_ppp.h"
to get an idea of the API.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)