From: James S. <jsi...@us...> - 2002-03-18 19:38:06
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc In directory usw-pr-cvs1:/tmp/cvs-serv1539/linux/arch/ppc Modified Files: config.in Log Message: Synced to 2.5.6 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/ppc/config.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- config.in 14 Mar 2002 22:32:22 -0000 1.26 +++ config.in 18 Mar 2002 19:29:09 -0000 1.27 @@ -258,8 +258,9 @@ mainmenu_option next_comment comment 'General setup' -bool 'Prompt for advanced kernel configuration options' CONFIG_ADVANCED_OPTIONS bool 'High memory support' CONFIG_HIGHMEM +dep_bool ' Support for PTEs in high memory' CONFIG_HIGHPTE $CONFIG_HIGHMEM +bool 'Prompt for advanced kernel configuration options' CONFIG_ADVANCED_OPTIONS if [ "$CONFIG_ADVANCED_OPTIONS" = "y" ]; then if [ "$CONFIG_HIGHMEM" = "y" ]; then bool " Set high memory pool address" CONFIG_HIGHMEM_START_BOOL |