Update of /cvsroot/linuxconsole/ruby/linux/arch/i386
In directory usw-pr-cvs1:/tmp/cvs-serv27749/arch/i386
Modified Files:
config.in
Log Message:
Synced to 2.5.3
Index: config.in
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/i386/config.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- config.in 20 Jan 2002 03:54:45 -0000 1.31
+++ config.in 13 Mar 2002 23:48:36 -0000 1.32
@@ -10,19 +10,7 @@
define_bool CONFIG_UID16 y
-mainmenu_option next_comment
-comment 'Code maturity level options'
-bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
-endmenu
-
-mainmenu_option next_comment
-comment 'Loadable module support'
-bool 'Enable loadable module support' CONFIG_MODULES
-if [ "$CONFIG_MODULES" = "y" ]; then
- bool ' Set version information on all module symbols' CONFIG_MODVERSIONS
- bool ' Kernel module loader' CONFIG_KMOD
-fi
-endmenu
+source init/Config.in
mainmenu_option next_comment
comment 'Processor type and features'
@@ -198,9 +186,7 @@
endmenu
mainmenu_option next_comment
-comment 'General setup'
-
-bool 'Networking support' CONFIG_NET
+comment 'General options'
# Visual Workstation support is utterly broken.
# If you want to see it working mail an VW540 to hc...@in... 8)
@@ -249,9 +235,6 @@
define_bool CONFIG_HOTPLUG_PCI n
fi
-bool 'System V IPC' CONFIG_SYSVIPC
-bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
-bool 'Sysctl support' CONFIG_SYSCTL
if [ "$CONFIG_PROC_FS" = "y" ]; then
choice 'Kernel core (/proc/kcore) format' \
"ELF CONFIG_KCORE_ELF \
|