:orphan: .. title:: MODEM_GSM_INIT_PRIORITY .. option:: CONFIG_MODEM_GSM_INIT_PRIORITY *Init priority for the GSM modem driver* Type: ``int`` Help ==== The GSM modem is initialized in POST_KERNEL using priority in the range 0-99. Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 42 Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. parsed-literal:: config MODEM_GSM_INIT_PRIORITY int "Init priority for the GSM modem driver" range 0 99 default 42 depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`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.)*