:orphan: .. title:: MODEM_HL7800_BAND_12 .. option:: CONFIG_MODEM_HL7800_BAND_12 *Enable Band 12 (700MHz)* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.hl7800:124`` 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_12 bool "Enable Band 12 (700MHz)" default y depends on \ :option:`MODEM_HL7800_CONFIGURE_BANDS ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` help Enable Band 12 (700MHz) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*