From: James S. <jsi...@us...> - 2002-06-22 17:51:01
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv25751/linux/arch/mips Modified Files: config.in Log Message: Synced to 2.5.24 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/config.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- config.in 24 Apr 2002 18:56:50 -0000 1.20 +++ config.in 22 Jun 2002 17:50:58 -0000 1.21 @@ -386,7 +386,6 @@ fi endmenu -source drivers/usb/Config.in source drivers/input/Config.in source drivers/char/Config.in @@ -412,12 +411,14 @@ # bool 'MAXINE Access.Bus mouse (VSXXX-BB/GB) support' CONFIG_DTOP_MOUSE # fi bool 'Enhanced Real Time Clock Support' CONFIG_RTC + endmenu fi if [ "$CONFIG_SGI_IP22" = "y" ]; then mainmenu_option next_comment comment 'SGI Character devices' + bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256 @@ -426,6 +427,7 @@ fi source fs/Config.in + source drivers/video/Config.in if [ "$CONFIG_DECSTATION" != "y" ]; then @@ -442,6 +444,8 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then source drivers/sgi/Config.in fi + +source drivers/usb/Config.in mainmenu_option next_comment comment 'Kernel hacking' |