:orphan: .. title:: MODEM_GSM_UART_NAME .. option:: CONFIG_MODEM_GSM_UART_NAME *UART device name the modem is connected to* Type: ``string`` Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:32`` 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_UART_NAME string "UART device name the modem is connected to" depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*