Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88684
b: refs/heads/master
c: 823c248
h: refs/heads/master
v: v3
  • Loading branch information
Roman Zippel authored and Ingo Molnar committed Apr 17, 2008
1 parent 1b6a86e commit 4bec424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81e103f1f1bb0d35000f0e99626bf7abf864b486
refs/heads/master: 823c248e7cc75b4f22da914b01f8e5433cff197e
10 changes: 4 additions & 6 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ config X86_ELAN

config X86_VOYAGER
bool "Voyager (NCR)"
depends on X86_32
select SMP if !BROKEN
depends on X86_32 && (SMP || BROKEN)
help
Voyager is an MCA-based 32-way capable SMP architecture proprietary
to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.
Expand All @@ -254,9 +253,8 @@ config X86_VOYAGER

config X86_NUMAQ
bool "NUMAQ (IBM/Sequent)"
select SMP
depends on SMP && X86_32
select NUMA
depends on X86_32
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,
Expand Down Expand Up @@ -327,8 +325,8 @@ config X86_RDC321X

config X86_VSMP
bool "Support for ScaleMP vSMP"
depends on X86_64 && PCI
select PARAVIRT
depends on X86_64
help
Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
supposed to run on these EM64T-based machines. Only choose this option
Expand Down Expand Up @@ -1380,7 +1378,7 @@ endmenu
menu "Bus options (PCI etc.)"

config PCI
bool "PCI support" if !X86_VISWS
bool "PCI support" if !X86_VISWS && !X86_VSMP
depends on !X86_VOYAGER
default y
select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC)
Expand Down

0 comments on commit 4bec424

Please sign in to comment.