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

Symbols implied by this symbol

Kconfig definitions

At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config MODEM_WNCM14A2A
    bool
    default y
    depends on NETWORKING && SHIELD_WNC_M14A2A

At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config MODEM_WNCM14A2A
    bool
    default y
    depends on NETWORKING && SHIELD_WNC_M14A2A

At <Zephyr>/drivers/modem/Kconfig.wncm14a2a:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:82<Zephyr>/drivers/modem/Kconfig:137

Menu path: (Top) → Device Drivers → Modem Drivers

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.)