:orphan: .. title:: MODEM_HL7800 .. option:: 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 =================== \ :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 =================== .. highlight:: kconfig At ``boards/arm/pinnacle_100_dvk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config MODEM_HL7800 bool default \ :option:`NETWORKING ` depends on \ :option:`BOARD_PINNACLE_100_DVK ` ---- At ``drivers/modem/Kconfig.hl7800:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers .. parsed-literal:: menuconfig MODEM_HL7800 bool "Enable Sierra Wireless HL7800 modem driver" select \ :option:`MODEM_RECEIVER ` select \ :option:`NET_OFFLOAD ` imply \ :option:`GPIO ` depends on \ :option:`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.)*