:orphan: .. title:: CONFIG_MODEM_GSM_APN .. kconfig:: CONFIG_MODEM_GSM_APN CONFIG_MODEM_GSM_APN #################### *Access Point Name* Type: ``string`` Help ==== .. code-block:: none Specify Access Point Name, i.e. the name to identify Internet IP GPRS cellular data context. Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "internet" Kconfig definition ================== At ``/modem/Kconfig.gsm:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig config MODEM_GSM_APN string "Access Point Name" default "internet" depends on MODEM_GSM_PPP && MODEM help Specify Access Point Name, i.e. the name to identify Internet IP GPRS cellular data context. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*