:orphan: .. title:: MODEM_HL7800_BAND_12 .. option:: CONFIG_MODEM_HL7800_BAND_12 *Enable Band 12 (700MHz)* Type: ``bool`` Help ==== .. code-block:: none Enable Band 12 (700MHz) Direct dependencies =================== \ :option:`MODEM_HL7800_CONFIGURE_BANDS ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/modem/Kconfig.hl7800:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Configure modem bands .. code-block:: kconfig config MODEM_HL7800_BAND_12 bool "Enable Band 12 (700MHz)" default y depends on MODEM_HL7800_CONFIGURE_BANDS && MODEM_HL7800 && MODEM help Enable Band 12 (700MHz) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*