:orphan: .. title:: CONFIG_MODEM_HL7800 .. kconfig:: CONFIG_MODEM_HL7800 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 =================== \ :kconfig:`BOARD_PINNACLE_100_DVK ` || \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NETWORKING ` Symbols selected by this symbol =============================== - \ :kconfig:`MODEM_RECEIVER ` - \ :kconfig:`NET_OFFLOAD ` Symbols implied by this symbol ============================== - \ :kconfig:`GPIO ` Kconfig definitions =================== At ``/arm/pinnacle_100_dvk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` 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:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:146`` 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.)*