Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen build fix from David Vrabel: "Fix i386 build with an (uncommon) configuration" * tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC
This commit is contained in:
@@ -8,7 +8,7 @@ config XEN
|
|||||||
select PARAVIRT_CLOCK
|
select PARAVIRT_CLOCK
|
||||||
select XEN_HAVE_PVMMU
|
select XEN_HAVE_PVMMU
|
||||||
depends on X86_64 || (X86_32 && X86_PAE)
|
depends on X86_64 || (X86_32 && X86_PAE)
|
||||||
depends on X86_TSC
|
depends on X86_LOCAL_APIC && X86_TSC
|
||||||
help
|
help
|
||||||
This is the Linux Xen port. Enabling this will allow the
|
This is the Linux Xen port. Enabling this will allow the
|
||||||
kernel to boot in a paravirtualized environment under the
|
kernel to boot in a paravirtualized environment under the
|
||||||
@@ -17,7 +17,7 @@ config XEN
|
|||||||
config XEN_DOM0
|
config XEN_DOM0
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on XEN && PCI_XEN && SWIOTLB_XEN
|
depends on XEN && PCI_XEN && SWIOTLB_XEN
|
||||||
depends on X86_LOCAL_APIC && X86_IO_APIC && ACPI && PCI
|
depends on X86_IO_APIC && ACPI && PCI
|
||||||
|
|
||||||
config XEN_PVHVM
|
config XEN_PVHVM
|
||||||
def_bool y
|
def_bool y
|
||||||
|
Reference in New Issue
Block a user