:orphan: .. title:: PPP_CLIENT_CLIENTSERVER .. option:: CONFIG_PPP_CLIENT_CLIENTSERVER *Reply to the request CLIENT with CLIENTSERVER* Type: ``bool`` Help ==== This is only necessary if a ppp connection should be established with a Microsoft Windows PC. Direct dependencies =================== \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:69`` 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 PPP_CLIENT_CLIENTSERVER bool "Reply to the request CLIENT with CLIENTSERVER" depends on \ :option:`NET_PPP ` 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.)*