]> git.neil.brown.name Git - history.git/commitdiff
Put X86_NUMAQ and X86_SUMMIT under the "Subarchitecture Type" config.
authorLinus Torvalds <torvalds@home.transmeta.com>
Sun, 29 Dec 2002 08:45:53 +0000 (00:45 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 29 Dec 2002 08:45:53 +0000 (00:45 -0800)
arch/i386/Kconfig

index b6dfc855050ef832711bfe565296e959c1b33005..02b5ee73543bc1fc097117af911fbeac6b318f1d 100644 (file)
@@ -58,6 +58,23 @@ config VOYAGER
          If you do not specifically know you have a Voyager based machine,
          say N here otherwise the kernel you build will not be bootable.
 
+config X86_NUMAQ
+       bool "Multiquad (IBM/Sequent) NUMAQ support"
+       help
+         This option is used for getting Linux to run on a (IBM/Sequent) NUMA 
+         multiquad box. This changes the way that processors are bootstrapped,
+         and uses Clustered Logical APIC addressing mode instead of Flat Logical.
+         You will need a new lynxer.elf file to flash your firmware with - send
+         email to Martin.Bligh@us.ibm.com
+
+config X86_SUMMIT
+       bool "IBM x440 (Summit/EXA) support"
+       help
+         This option is needed for IBM systems that use the Summit/EXA chipset.
+         In particular, it is needed for the x440.
+
+         If you don't have one of these computers, you should say N here.
+
 # Visual Workstation support is utterly broken.
 # If you want to see it working mail an VW540 to hch@infradead.org 8)
 #bool 'SGI Visual Workstation support' CONFIG_VISWS
@@ -430,23 +447,6 @@ config NR_CPUS
          This is purely to save memory - each supported CPU adds
          approximately eight kilobytes to the kernel image.
 
-config X86_NUMAQ
-       bool "Multiquad (IBM/Sequent) NUMAQ support"
-       help
-         This option is used for getting Linux to run on a (IBM/Sequent) NUMA 
-         multiquad box. This changes the way that processors are bootstrapped,
-         and uses Clustered Logical APIC addressing mode instead of Flat Logical.
-         You will need a new lynxer.elf file to flash your firmware with - send
-         email to Martin.Bligh@us.ibm.com
-
-config X86_SUMMIT
-       bool "IBM x440 (Summit/EXA) support"
-       help
-         This option is needed for IBM systems that use the Summit/EXA chipset.
-         In particular, it is needed for the x440.
-
-         If you don't have one of these computers, you should say N here.
-
 config CLUSTERED_APIC
        bool
        depends on X86_NUMAQ || X86_SUMMIT