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