:orphan: .. title:: CONFIG_MODEM_WNCM14A2A_INIT_PRIORITY .. kconfig:: CONFIG_MODEM_WNCM14A2A_INIT_PRIORITY CONFIG_MODEM_WNCM14A2A_INIT_PRIORITY #################################### *WNC-M14A2A driver init priority* Type: ``int`` Help ==== .. code-block:: none WNC-M14A2A device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system. Direct dependencies =================== \ :kconfig:`MODEM_WNCM14A2A ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/modem/Kconfig.wncm14a2a:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:143`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Wistron LTE-M modem driver .. code-block:: kconfig config MODEM_WNCM14A2A_INIT_PRIORITY int "WNC-M14A2A driver init priority" default 80 depends on MODEM_WNCM14A2A && MODEM help WNC-M14A2A device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*