-
CONFIG_MODEM_WNCM14A2A
¶
Enable Wistron LTE-M modem driver
Type: bool
Help¶
Choose this setting to enable Wistron WNC-M14A2A LTE-M modem driver. NOTE: Currently the pin settings only work with FRDM K64F shield.
Direct dependencies¶
(NETWORKING
&& SHIELD_WNC_M14A2A
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || MODEM
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/shields/wnc_m14a2a/Kconfig.defconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config MODEM_WNCM14A2A bool default y depends onNETWORKING
&&SHIELD_WNC_M14A2A
At boards/shields/wnc_m14a2a/Kconfig.defconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config MODEM_WNCM14A2A bool default y depends onNETWORKING
&&SHIELD_WNC_M14A2A
At drivers/modem/Kconfig.wncm14a2a:6
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:80
→ drivers/modem/Kconfig:128
Menu path: (Top) → Device Drivers → Modem Drivers
menuconfig MODEM_WNCM14A2A bool "Enable Wistron LTE-M modem driver" selectMODEM_RECEIVER
selectNET_OFFLOAD
implyGPIO
depends onMODEM
help Choose this setting to enable Wistron WNC-M14A2A LTE-M modem driver. NOTE: Currently the pin settings only work with FRDM K64F shield.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)