Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b55588f9
Commit
b55588f9
authored
Dec 29, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make x86 platform choice strings more easily selectable
parent
8577da6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
arch/i386/Kconfig
arch/i386/Kconfig
+5
-5
arch/i386/defconfig
arch/i386/defconfig
+4
-3
No files found.
arch/i386/Kconfig
View file @
b55588f9
...
...
@@ -40,15 +40,15 @@ menu "Processor type and features"
choice
prompt "Subarchitecture Type"
default PC
default
X86_
PC
config X86_PC
bool "
IBM PC (and compatible)
"
bool "
PC-compatible
"
help
Choose this option if your computer is a standard PC or compatible.
config X86_VOYAGER
bool "
NCR Voyager
"
bool "
Voyager (NCR)
"
help
Voyager is a MCA based 32 way capable SMP architecture proprietary
to NCR Corp. Machine classes 345x/35xx/4100/51xx are voyager based.
...
...
@@ -59,7 +59,7 @@ config X86_VOYAGER
say N here otherwise the kernel you build will not be bootable.
config X86_NUMAQ
bool "
IBM/Sequent NUMAQ
"
bool "
NUMAQ (IBM/Sequent)
"
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,
...
...
@@ -68,7 +68,7 @@ config X86_NUMAQ
email to Martin.Bligh@us.ibm.com
config X86_SUMMIT
bool "
IBM x440 (Summit/EXA
)"
bool "
Summit/EXA (IBM x440
)"
help
This option is needed for IBM systems that use the Summit/EXA chipset.
In particular, it is needed for the x440.
...
...
arch/i386/defconfig
View file @
b55588f9
...
...
@@ -32,8 +32,10 @@ CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_PC=y
# CONFIG_VOYAGER is not set
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
...
...
@@ -70,7 +72,6 @@ CONFIG_SMP=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_NR_CPUS=32
# CONFIG_X86_NUMA is not set
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
CONFIG_X86_MCE_P4THERMAL=y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment