From: James S. <jsi...@us...> - 2002-03-13 23:48:41
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv27749/arch/mips Modified Files: config.in Log Message: Synced to 2.5.3 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/config.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- config.in 20 Jan 2002 03:54:45 -0000 1.16 +++ config.in 13 Mar 2002 23:48:37 -0000 1.17 @@ -7,10 +7,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' @@ -293,8 +290,6 @@ define_bool CONFIG_BINFMT_ELF y tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC -bool 'Networking support' CONFIG_NET - source drivers/pci/Config.in bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG @@ -304,10 +299,6 @@ else 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_DECSTATION" = "y" ]; then bool 'TURBOchannel support' CONFIG_TC |