:orphan: .. title:: MODEM_QUECTEL_BG9X_APN .. option:: CONFIG_MODEM_QUECTEL_BG9X_APN *APN for establishing network connection* Type: ``string`` 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. Direct dependencies =================== \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "internet" Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.quectel-bg9x:32`` 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_APN string "APN for establishing network connection" default "internet" depends on \ :option:`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.)*