:orphan: .. title:: CONFIG_PPP_CLIENT_CLIENTSERVER .. kconfig:: CONFIG_PPP_CLIENT_CLIENTSERVER CONFIG_PPP_CLIENT_CLIENTSERVER ############################## *Reply to the request CLIENT with CLIENTSERVER* Type: ``bool`` Help ==== .. code-block:: none This is only necessary if a ppp connection should be established with a Microsoft Windows PC. Direct dependencies =================== \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig:80`` 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 PPP_CLIENT_CLIENTSERVER bool "Reply to the request CLIENT with CLIENTSERVER" depends on NET_PPP && NET_DRIVERS help This is only necessary if a ppp connection should be established with a Microsoft Windows PC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*