From: James S. <jsi...@us...> - 2002-06-22 17:51:02
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/sparc In directory usw-pr-cvs1:/tmp/cvs-serv25751/linux/arch/sparc Modified Files: config.in Log Message: Synced to 2.5.24 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/sparc/config.in,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- config.in 3 May 2002 22:16:46 -0000 1.27 +++ config.in 22 Jun 2002 17:50:58 -0000 1.28 @@ -171,7 +171,7 @@ tristate ' Ethertap network tap (OBSOLETE)' CONFIG_ETHERTAP fi fi - tristate ' PPP (point-to-point) support' CONFIG_PPP + tristate ' PPP (point-to-point protocol) support' CONFIG_PPP if [ ! "$CONFIG_PPP" = "n" ]; then dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP |