diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2011-09-29 07:05:57 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-09-29 10:52:16 -0400 |
commit | b17d0b5c0824b6a6f143a6587fa7d47abe006ab4 (patch) | |
tree | dca4c505936fc04fb98eb586fa7f63fe4ebc45fe /arch/x86/xen | |
parent | e1db4cef8999c422420d55206beb4154f8a85383 (diff) |
xen: XEN_PVHVM depends on PCI
Xen PV on HVM guests require PCI support because they need the
xen-platform-pci driver in order to initialize xenbus.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen')
-rw-r--r-- | arch/x86/xen/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 5cc821cb2e09..e061f550a28a 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig | |||
@@ -25,8 +25,7 @@ config XEN_PRIVILEGED_GUEST | |||
25 | 25 | ||
26 | config XEN_PVHVM | 26 | config XEN_PVHVM |
27 | def_bool y | 27 | def_bool y |
28 | depends on XEN | 28 | depends on XEN && PCI && X86_LOCAL_APIC |
29 | depends on X86_LOCAL_APIC | ||
30 | 29 | ||
31 | config XEN_MAX_DOMAIN_MEMORY | 30 | config XEN_MAX_DOMAIN_MEMORY |
32 | int | 31 | int |