:orphan: .. title:: CONFIG_MODEM_SIMCOM_SIM7080_APN .. kconfig:: CONFIG_MODEM_SIMCOM_SIM7080_APN CONFIG_MODEM_SIMCOM_SIM7080_APN ############################### *APN for establishing a 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_SIM7080 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "internet" Kconfig definition ================== At ``/modem/Kconfig.simcom-sim7080:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:148`` Menu path: (Top) → Device Drivers → Modem Drivers → Sim7080 Driver .. code-block:: kconfig config MODEM_SIMCOM_SIM7080_APN string "APN for establishing a network connection" default "internet" depends on MODEM_SIM7080 && 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.)*