:orphan: .. title:: CONFIG_MODEM_WNCM14A2A .. kconfig:: CONFIG_MODEM_WNCM14A2A CONFIG_MODEM_WNCM14A2A ###################### *Enable Wistron LTE-M modem driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`MODEM_RECEIVER ` - \ :kconfig:`NET_OFFLOAD ` Symbols implied by this symbol ============================== - \ :kconfig:`GPIO ` Kconfig definitions =================== At ``/shields/wnc_m14a2a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config MODEM_WNCM14A2A bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config MODEM_WNCM14A2A bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MODEM_WNCM14A2A bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/modem/Kconfig.wncm14a2a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:143`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig menuconfig MODEM_WNCM14A2A bool "Enable Wistron LTE-M modem driver" select MODEM_RECEIVER select NET_OFFLOAD imply GPIO depends on 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.)*