:orphan: .. title:: CONFIG_MODEM_QUECTEL_BG9X_APN .. kconfig:: CONFIG_MODEM_QUECTEL_BG9X_APN CONFIG_MODEM_QUECTEL_BG9X_APN ############################# *APN for establishing network connection* Type: ``string`` Help ==== .. code-block:: none This setting is used to set the APN name for the network connection context. This value is specific to the network provider and may need to be changed. Direct dependencies =================== \ :kconfig:`MODEM_QUECTEL_BG9X ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "internet" Kconfig definition ================== At ``/modem/Kconfig.quectel-bg9x:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:142`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable quectel modem driver .. code-block:: kconfig config MODEM_QUECTEL_BG9X_APN string "APN for establishing network connection" default "internet" depends on MODEM_QUECTEL_BG9X && MODEM help This setting is used to set the APN name for the network connection context. This value is specific to the network provider and may need to be changed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*