From: James S. <jsi...@us...> - 2002-04-24 18:56:57
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64 In directory usw-pr-cvs1:/tmp/cvs-serv8328/linux/arch/mips64 Modified Files: config.in Log Message: Synced to 2.5.9. Note some of the fb changes went into 2.5.9. Yeah :-) Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/config.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- config.in 22 Mar 2002 20:13:57 -0000 1.20 +++ config.in 24 Apr 2002 18:56:51 -0000 1.21 @@ -181,16 +181,7 @@ source net/irda/Config.in -mainmenu_option next_comment -comment 'ISDN subsystem' - -if [ "$CONFIG_NET" != "n" ]; then - tristate 'ISDN support' CONFIG_ISDN - if [ "$CONFIG_ISDN" != "n" ]; then - source drivers/isdn/Config.in - fi -fi -endmenu +source drivers/isdn/Config.in mainmenu_option next_comment comment 'Old CD-ROM drivers (not SCSI, not IDE)' |