[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC v1 8/8] xen: x86: remove CONFIG_XEN dependency PARAVIRT and PARAVIRT_CLOCK
From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> Now that the respective PV modes have the specific requirements selectable just remove this from CONFIG_XEN This is as per the agreed upon Xen Kconfig changes [0]. [0] http://comments.gmane.org/gmane.comp.emulators.xen.devel/231579 Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx> --- arch/x86/xen/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 9298eb3..19b2d3d 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -4,8 +4,6 @@ config XEN bool "Xen guest support" - depends on PARAVIRT - select PARAVIRT_CLOCK select PARAVIRT_MMU depends on X86_64 || (X86_32 && X86_PAE) depends on X86_TSC -- 2.2.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |