:orphan: .. title:: MODEM_GSM_APN .. option:: CONFIG_MODEM_GSM_APN *Access Point Name* Type: ``string`` Help ==== Specify Access Point Name, i.e. the name to identify Internet IP GPRS cellular data context. Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "internet" Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. parsed-literal:: config MODEM_GSM_APN string "Access Point Name" default "internet" depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`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.)*