menuconfig PPP bool prompt "ppp " help Just like SLIP, PPP is a protocol to send datagrams across a serial connection, but addresses a couple of deficiencies of the former. It lets the communicating sides negotiate options such as the IP address and the maximum datagram size at startup time, and provides for client authorization. config PPP_MS_CHAP bool prompt "support Micro$oft's MS-CHAP authentication protocol" depends on PPP help FIXME: This item needs to be documented config PPP_SHADOW bool prompt "ppp server: support for shadow passwords" depends on PPP help FIXME: This item needs to be documented config PPP_PLUGINS bool prompt "support plugins" depends on PPP help FIXME: This item needs to be documented config PPP_IPX bool prompt "support IPX protocol" depends on PPP help FIXME: This item needs to be documented config PPP_MULTILINK bool prompt "support multilink" depends on PPP help FIXME: This item needs to be documented