:orphan: .. title:: NET_PPP_UART_NAME .. option:: CONFIG_NET_PPP_UART_NAME *UART device name the PPP is connected to* Type: ``string`` Direct dependencies =================== !\ :option:`MODEM_GSM_PPP ` && \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver .. parsed-literal:: config NET_PPP_UART_NAME string "UART device name the PPP is connected to" depends on !\ :option:`MODEM_GSM_PPP ` && \ :option:`NET_PPP ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*