From: James S. <jsi...@us...> - 2002-03-13 23:48:42
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/sparc In directory usw-pr-cvs1:/tmp/cvs-serv27749/arch/sparc Modified Files: config.in Log Message: Synced to 2.5.3 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/sparc/config.in,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- config.in 20 Jan 2002 03:54:45 -0000 1.23 +++ config.in 13 Mar 2002 23:48:37 -0000 1.24 @@ -7,19 +7,7 @@ define_bool CONFIG_UID16 y define_bool CONFIG_HIGHMEM 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 symbols for modules' CONFIG_MODVERSIONS - bool ' Kernel module loader' CONFIG_KMOD -fi -endmenu +source init/Config.in mainmenu_option next_comment comment 'General setup' @@ -57,10 +45,6 @@ fi tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS -bool 'Networking support' CONFIG_NET -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 define_bool CONFIG_KCORE_ELF y fi @@ -242,7 +226,7 @@ source fs/Config.in source drivers/input/Config.in -source drivers/video/Config.in +source drivers/video/Config.in if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then source net/bluetooth/Config.in |