-
CONFIG_MODEM_HL7800_BAND_4¶
Enable Band 4 (1700MHz)
Type: bool
Help¶
Enable Band 4 (1700MHz)
Direct dependencies¶
MODEM_HL7800_CONFIGURE_BANDS && MODEM_HL7800 && MODEM
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At drivers/modem/Kconfig.hl7800:96
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:82 → drivers/modem/Kconfig:141
Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Configure modem bands
config MODEM_HL7800_BAND_4
bool "Enable Band 4 (1700MHz)"
default y
depends on MODEM_HL7800_CONFIGURE_BANDS && MODEM_HL7800 && MODEM
help
Enable Band 4 (1700MHz)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)