:orphan: .. title:: MODEM_HL7800 .. option:: CONFIG_MODEM_HL7800 *Enable Sierra Wireless HL7800 modem driver* Type: ``bool`` Help ==== .. code-block:: none Choose this setting to enable Sierra Wireless HL7800 LTE-M/NB-IoT modem driver. Direct dependencies =================== \ :option:`BOARD_PINNACLE_100_DVK ` || \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NETWORKING ` Symbols selected by this symbol =============================== - \ :option:`MODEM_RECEIVER ` - \ :option:`NET_OFFLOAD ` Symbols implied by this symbol ============================== - \ :option:`GPIO ` Kconfig definitions =================== At ``/arm/pinnacle_100_dvk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config MODEM_HL7800 bool default NETWORKING depends on BOARD_PINNACLE_100_DVK ---- At ``/modem/Kconfig.hl7800:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig 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.)*