:orphan: .. title:: MODEM_HL7800_BAND_10 .. option:: CONFIG_MODEM_HL7800_BAND_10 *Enable Band 10 (2100MHz)* Type: ``bool`` Help ==== Enable Band 10 (2100MHz) Direct dependencies =================== \ :option:`MODEM_HL7800_CONFIGURE_BANDS ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.hl7800:119`` 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 .. parsed-literal:: config MODEM_HL7800_BAND_10 bool "Enable Band 10 (2100MHz)" depends on \ :option:`MODEM_HL7800_CONFIGURE_BANDS ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` help Enable Band 10 (2100MHz) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*