:orphan: .. title:: MODEM_WNCM14A2A .. option:: 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 =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`MODEM_RECEIVER ` - \ :option:`NET_OFFLOAD ` Symbols implied by this symbol ============================== - \ :option:`GPIO ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config MODEM_WNCM14A2A bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config MODEM_WNCM14A2A bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``drivers/modem/Kconfig.wncm14a2a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:138`` Menu path: (Top) → Device Drivers → Modem Drivers .. parsed-literal:: menuconfig MODEM_WNCM14A2A bool "Enable Wistron LTE-M modem driver" select \ :option:`MODEM_RECEIVER ` select \ :option:`NET_OFFLOAD ` imply \ :option:`GPIO ` depends on \ :option:`MODEM ` 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.)*