CONFIG_MODEM_HL7800¶
Enable Sierra Wireless HL7800 modem driver
Type: bool
Help¶
Choose this setting to enable
Sierra Wireless HL7800 LTE-M/NB-IoT modem driver.
Direct dependencies¶
BOARD_PINNACLE_100_DVK || MODEM
(Includes any dependencies from ifs and menus.)
Default¶
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/arm/pinnacle_100_dvk/Kconfig.defconfig:11
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config MODEM_HL7800
    bool
    default NETWORKING
    depends on BOARD_PINNACLE_100_DVK
At <Zephyr Driver>/modem/Kconfig.hl7800:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:84 → <Zephyr Driver>/modem/Kconfig:146
Menu path: (Top) → Device Drivers → Modem Drivers
menuconfig MODEM_HL7800
    bool "Enable Sierra Wireless HL7800 modem driver"
    select MODEM_RECEIVER
    select NET_OFFLOAD
    imply GPIO
    depends on MODEM
    help
      Choose this setting to enable
      Sierra Wireless HL7800 LTE-M/NB-IoT modem driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)