CONFIG_MODEM_WNCM14A2A_INIT_PRIORITY

WNC-M14A2A driver init priority

Type: int

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.

Direct dependencies

MODEM_WNCM14A2A && MODEM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/modem/Kconfig:80

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:84

Menu path: (top menu) → Device Drivers → Modem Drivers

config MODEM_WNCM14A2A_INIT_PRIORITY
    int
    prompt "WNC-M14A2A driver init priority" if MODEM_WNCM14A2A && MODEM
    default 80 if MODEM_WNCM14A2A && MODEM
    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.

(Definitions include propagated dependencies, including from if’s and menus.)