The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_MODEM_GSM_UART_NAME

UART device name the modem is connected to

Type: string

Direct dependencies

MODEM_GSM_PPP && MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/modem/Kconfig.gsm:32

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:82drivers/modem/Kconfig:139

Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems

config MODEM_GSM_UART_NAME
    string "UART device name the modem is connected to"
    depends on MODEM_GSM_PPP && MODEM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)