Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv29100/arch/mips
Modified Files:
config.in
Log Message:
Updated Mips 64 to OSS tree.
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- config.in 29 May 2002 00:23:16 -0000 1.100
+++ config.in 30 May 2002 20:42:08 -0000 1.101
@@ -5,7 +5,7 @@
define_bool CONFIG_MIPS y
define_bool CONFIG_MIPS32 y
-mainmenu_name "Linux Kernel Configuration"
+mainmenu_name "Linux/MIPS Kernel Configuration"
mainmenu_option next_comment
comment 'Code maturity level options'
@@ -13,138 +13,209 @@
endmenu
[...1042 lines suppressed...]
-if [ "$CONFIG_DECSTATION" != "y" ]; then
- mainmenu_option next_comment
- comment 'Sound'
+mainmenu_option next_comment
+comment 'Sound'
- tristate 'Sound card support' CONFIG_SOUND
- if [ "$CONFIG_SOUND" != "n" ]; then
- source drivers/sound/Config.in
- fi
- endmenu
+tristate 'Sound card support' CONFIG_SOUND
+if [ "$CONFIG_SOUND" != "n" ]; then
+ source drivers/sound/Config.in
fi
+endmenu
if [ "$CONFIG_SGI_IP22" = "y" ]; then
source drivers/sgi/Config.in
|