:orphan: .. title:: CONFIG_MODEM_GSM_FACTORY_RESET_AT_BOOT .. kconfig:: CONFIG_MODEM_GSM_FACTORY_RESET_AT_BOOT CONFIG_MODEM_GSM_FACTORY_RESET_AT_BOOT ###################################### *Factory reset modem at boot* Type: ``bool`` Help ==== .. code-block:: none If this is enabled, the modem will be reset to factory default settings first thing in the initialization sequence. This is helpful if your modem has a tendency to get stuck due to cached state. Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/modem/Kconfig.gsm:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig config MODEM_GSM_FACTORY_RESET_AT_BOOT bool "Factory reset modem at boot" depends on MODEM_GSM_PPP && MODEM help If this is enabled, the modem will be reset to factory default settings first thing in the initialization sequence. This is helpful if your modem has a tendency to get stuck due to cached state. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*