:orphan: .. title:: CONFIG_MODEM_GSM_INIT_PRIORITY .. kconfig:: CONFIG_MODEM_GSM_INIT_PRIORITY CONFIG_MODEM_GSM_INIT_PRIORITY ############################## *Init priority for the GSM modem driver* Type: ``int`` Help ==== .. code-block:: none The GSM modem is initialized in POST_KERNEL using priority in the range 0-99. Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 42 Kconfig definition ================== At ``/modem/Kconfig.gsm:43`` 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_INIT_PRIORITY int "Init priority for the GSM modem driver" range 0 99 default 42 depends on MODEM_GSM_PPP && MODEM help The GSM modem is initialized in POST_KERNEL using priority in the range 0-99. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*