From: James S. <jsi...@us...> - 2002-03-13 23:48:41
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64 In directory usw-pr-cvs1:/tmp/cvs-serv27749/arch/mips64 Modified Files: config.in Log Message: Synced to 2.5.3 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/config.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- config.in 20 Jan 2002 03:54:45 -0000 1.17 +++ config.in 13 Mar 2002 23:48:37 -0000 1.18 @@ -4,10 +4,7 @@ # mainmenu_name "Linux Kernel Configuration" -mainmenu_option next_comment -comment 'Code maturity level options' -bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL -endmenu +source init/Config.in mainmenu_option next_comment comment 'Machine selection' @@ -101,8 +98,6 @@ bool 'Kernel floating-point emulation' CONFIG_MIPS_FPU_EMULATOR fi -bool 'Networking support' CONFIG_NET - source drivers/pci/Config.in bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG @@ -113,10 +108,6 @@ define_bool CONFIG_PCMCIA n fi -bool 'System V IPC' CONFIG_SYSVIPC -bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT -bool 'Sysctl support' CONFIG_SYSCTL - if [ "$CONFIG_ARC32" = "y" ]; then bool 'ARC console support' CONFIG_ARC_CONSOLE fi @@ -129,14 +120,6 @@ tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC 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 symbols for modules' CONFIG_MODVERSIONS - bool 'Kernel module loader' CONFIG_KMOD -fi source drivers/pci/Config.in |