[PATCH] 2.5.9-dj1, move choice selection in arch/ia64/config.in.

From: Steven Cole (elenstev@mesatop.com)
Date: Thu Apr 25 2002 - 11:16:31 EST


This patch moves the choice selection for Physical memory granularity
from the "Kernel hacking" section to the "Processor type and features"
section right after the choices for IA-64 processor type, IA-64 system type,
and Kernel page size. This seems to be a less obscure place for this option.

Steven

--- linux-2.5.9-dj1/arch/ia64/config.in.orig Thu Apr 25 10:02:48 2002
+++ linux-2.5.9-dj1/arch/ia64/config.in Thu Apr 25 10:04:35 2002
@@ -32,6 +32,10 @@
          16KB CONFIG_IA64_PAGE_SIZE_16KB \
          64KB CONFIG_IA64_PAGE_SIZE_64KB" 16KB
 
+choice 'Physical memory granularity' \
+ "16MB CONFIG_IA64_GRANULE_16MB \
+ 64MB CONFIG_IA64_GRANULE_64MB" 64MB
+
 if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
   define_bool CONFIG_ACPI y
   define_bool CONFIG_ACPI_EFI y
@@ -236,10 +240,6 @@
 
 mainmenu_option next_comment
 comment 'Kernel hacking'
-
-choice 'Physical memory granularity' \
- "16MB CONFIG_IA64_GRANULE_16MB \
- 64MB CONFIG_IA64_GRANULE_64MB" 64MB
 
 bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
 if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 22:00:11 EST