-
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.
Defaults¶
- 80 if
MODEM_WNCM14A2A
&&MODEM
Kconfig definition¶
At drivers/modem/Kconfig.wncm14a2a:46
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:82
→ drivers/modem/Kconfig:49
Menu path: (top menu) → Device Drivers → Modem Drivers → Enable Wistron LTE-M modem driver
config MODEM_WNCM14A2A_INIT_PRIORITY int prompt "WNC-M14A2A driver init priority" ifMODEM_WNCM14A2A
&&MODEM
default 80 ifMODEM_WNCM14A2A
&&MODEM
depends onMODEM_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.)