:orphan: .. title:: MODEM_HL7800_BAND_27 .. option:: CONFIG_MODEM_HL7800_BAND_27 *Enable Band 27 (800MHz)* Type: ``bool`` Help ==== Enable Band 27 (800MHz) 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:172`` 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_27 bool "Enable Band 27 (800MHz)" depends on \ :option:`MODEM_HL7800_CONFIGURE_BANDS ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` help Enable Band 27 (800MHz) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*