提交 a6784ad7 编写于 作者: I Ingo Molnar

x86: fix visws and vsmp build

these two sub-architectures want PCI to be default-on, not default-off.
Reported-by: NRobert Richter <robert.richter@amd.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 0b9f4f49
...@@ -283,7 +283,7 @@ config X86_VOYAGER ...@@ -283,7 +283,7 @@ config X86_VOYAGER
config X86_VISWS config X86_VISWS
bool "SGI 320/540 (Visual Workstation)" bool "SGI 320/540 (Visual Workstation)"
depends on X86_32 && !PCI depends on X86_32 && PCI
help help
The SGI Visual Workstation series is an IA32-based workstation The SGI Visual Workstation series is an IA32-based workstation
based on SGI systems chips with some legacy PC hardware attached. based on SGI systems chips with some legacy PC hardware attached.
...@@ -355,7 +355,7 @@ config X86_RDC321X ...@@ -355,7 +355,7 @@ config X86_RDC321X
config X86_VSMP config X86_VSMP
bool "Support for ScaleMP vSMP" bool "Support for ScaleMP vSMP"
select PARAVIRT select PARAVIRT
depends on X86_64 && !PCI depends on X86_64 && PCI
help help
Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
supposed to run on these EM64T-based machines. Only choose this option supposed to run on these EM64T-based machines. Only choose this option
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册