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
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