Commit b55588f9 authored by Linus Torvalds's avatar Linus Torvalds

Make x86 platform choice strings more easily selectable

parent 8577da6a
...@@ -40,15 +40,15 @@ menu "Processor type and features" ...@@ -40,15 +40,15 @@ menu "Processor type and features"
choice choice
prompt "Subarchitecture Type" prompt "Subarchitecture Type"
default PC default X86_PC
config X86_PC config X86_PC
bool "IBM PC (and compatible)" bool "PC-compatible"
help help
Choose this option if your computer is a standard PC or compatible. Choose this option if your computer is a standard PC or compatible.
config X86_VOYAGER config X86_VOYAGER
bool "NCR Voyager" bool "Voyager (NCR)"
help help
Voyager is a MCA based 32 way capable SMP architecture proprietary Voyager is a MCA based 32 way capable SMP architecture proprietary
to NCR Corp. Machine classes 345x/35xx/4100/51xx are voyager based. to NCR Corp. Machine classes 345x/35xx/4100/51xx are voyager based.
...@@ -59,7 +59,7 @@ config X86_VOYAGER ...@@ -59,7 +59,7 @@ config X86_VOYAGER
say N here otherwise the kernel you build will not be bootable. say N here otherwise the kernel you build will not be bootable.
config X86_NUMAQ config X86_NUMAQ
bool "IBM/Sequent NUMAQ" bool "NUMAQ (IBM/Sequent)"
help help
This option is used for getting Linux to run on a (IBM/Sequent) NUMA This option is used for getting Linux to run on a (IBM/Sequent) NUMA
multiquad box. This changes the way that processors are bootstrapped, multiquad box. This changes the way that processors are bootstrapped,
...@@ -68,7 +68,7 @@ config X86_NUMAQ ...@@ -68,7 +68,7 @@ config X86_NUMAQ
email to Martin.Bligh@us.ibm.com email to Martin.Bligh@us.ibm.com
config X86_SUMMIT config X86_SUMMIT
bool "IBM x440 (Summit/EXA)" bool "Summit/EXA (IBM x440)"
help help
This option is needed for IBM systems that use the Summit/EXA chipset. This option is needed for IBM systems that use the Summit/EXA chipset.
In particular, it is needed for the x440. In particular, it is needed for the x440.
......
...@@ -32,8 +32,10 @@ CONFIG_KMOD=y ...@@ -32,8 +32,10 @@ CONFIG_KMOD=y
# #
# Processor type and features # Processor type and features
# #
CONFIG_PC=y CONFIG_X86_PC=y
# CONFIG_VOYAGER is not set # CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_M386 is not set # CONFIG_M386 is not set
# CONFIG_M486 is not set # CONFIG_M486 is not set
# CONFIG_M586 is not set # CONFIG_M586 is not set
...@@ -70,7 +72,6 @@ CONFIG_SMP=y ...@@ -70,7 +72,6 @@ CONFIG_SMP=y
CONFIG_X86_LOCAL_APIC=y CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y CONFIG_X86_IO_APIC=y
CONFIG_NR_CPUS=32 CONFIG_NR_CPUS=32
# CONFIG_X86_NUMA is not set
CONFIG_X86_MCE=y CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set # CONFIG_X86_MCE_NONFATAL is not set
CONFIG_X86_MCE_P4THERMAL=y CONFIG_X86_MCE_P4THERMAL=y
......
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