Commit 645dbacc authored by Linus Torvalds's avatar Linus Torvalds

Put X86_NUMAQ and X86_SUMMIT under the "Subarchitecture Type" config.

parent afe0458b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment