:orphan: .. title:: MODEM_QUECTEL_BG9X .. option:: CONFIG_MODEM_QUECTEL_BG9X *Enable quectel modem driver* Type: ``bool`` Help ==== Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem driver. Direct dependencies =================== \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MODEM_CONTEXT ` - \ :option:`MODEM_CMD_HANDLER ` - \ :option:`MODEM_IFACE_UART ` - \ :option:`MODEM_SOCKET ` - \ :option:`NET_SOCKETS_OFFLOAD ` Symbols implied by this symbol ============================== - \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.quectel-bg9x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:137`` Menu path: (Top) → Device Drivers → Modem Drivers .. parsed-literal:: config MODEM_QUECTEL_BG9X bool "Enable quectel modem driver" select \ :option:`MODEM_CONTEXT ` select \ :option:`MODEM_CMD_HANDLER ` select \ :option:`MODEM_IFACE_UART ` select \ :option:`MODEM_SOCKET ` select \ :option:`NET_SOCKETS_OFFLOAD ` imply \ :option:`GPIO ` depends on \ :option:`MODEM ` help Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*