diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-10-14 00:00:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-14 01:04:30 -0400 |
commit | 03f1a17cd5c69deccd3cfe1b954b9426d7a686e3 (patch) | |
tree | 9d522f6aca9e042851832b35bedb4704eddbcf6b /arch/x86/Kconfig | |
parent | 53eeb64e808971207350386121f4bab12fa2f45f (diff) |
x86/vsmp: Eliminate kconfig dependency warning
Fix kconfig dependency warning to satisfy dependencies:
warning: (X86_VSMP && X86_64 && PCI && X86_EXTENDED_PLATFORM ||
XEN && PARAVIRT_GUEST && (X86_64 || X86_32 && X86_PAE && !X86_VISWS) && X86_CMPXCHG && X86_TSC || KVM_CLOCK && PARAVIRT_GUEST || KVM_GUEST && PARAVIRT_GUEST || LGUEST_GUEST && PARAVIRT_GUEST && X86_32) selects PARAVIRT which has unmet direct dependencies (PARAVIRT_GUEST)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Ravikiran Thirumalai <kiran@scalex86.org>
LKML-Reference: <20101013210023.9a033222.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cea0cd9a316f..64e817ec7ff9 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -372,6 +372,7 @@ endif | |||
372 | 372 | ||
373 | config X86_VSMP | 373 | config X86_VSMP |
374 | bool "ScaleMP vSMP" | 374 | bool "ScaleMP vSMP" |
375 | select PARAVIRT_GUEST | ||
375 | select PARAVIRT | 376 | select PARAVIRT |
376 | depends on X86_64 && PCI | 377 | depends on X86_64 && PCI |
377 | depends on X86_EXTENDED_PLATFORM | 378 | depends on X86_EXTENDED_PLATFORM |