diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:21:58 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:34:54 +0200 |
commit | a6784ad7eafa74a085c8458909eda0699a8fcf57 (patch) | |
tree | 75eddbc1e317426e97a94c6778e5dd3af291dea5 /arch/x86/Kconfig | |
parent | 0b9f4f49e2abe787673de8f1f56f053fb30fec24 (diff) | |
download | linux-3.10-a6784ad7eafa74a085c8458909eda0699a8fcf57.tar.gz linux-3.10-a6784ad7eafa74a085c8458909eda0699a8fcf57.tar.bz2 linux-3.10-a6784ad7eafa74a085c8458909eda0699a8fcf57.zip |
x86: fix visws and vsmp build
these two sub-architectures want PCI to be default-on, not default-off.
Reported-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c70d8867800..3b1b1da78da 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -283,7 +283,7 @@ config X86_VOYAGER config X86_VISWS bool "SGI 320/540 (Visual Workstation)" - depends on X86_32 && !PCI + depends on X86_32 && PCI help The SGI Visual Workstation series is an IA32-based workstation based on SGI systems chips with some legacy PC hardware attached. @@ -355,7 +355,7 @@ config X86_RDC321X config X86_VSMP bool "Support for ScaleMP vSMP" select PARAVIRT - depends on X86_64 && !PCI + depends on X86_64 && PCI 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 |