[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] add further backward-compatibility configure options
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxx> # Date 1348651940 -7200 # Node ID 6741142f164f772e4a77d7a3a3fbfdbbb8f6e077 # Parent 2491acc045e4b5a228dd133da9bb7cf443560a1d add further backward-compatibility configure options Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- diff -r 2491acc045e4 -r 6741142f164f drivers/xen/Kconfig --- a/drivers/xen/Kconfig Wed Sep 26 11:27:37 2012 +0200 +++ b/drivers/xen/Kconfig Wed Sep 26 11:32:20 2012 +0200 @@ -324,6 +324,24 @@ choice config XEN_COMPAT_030100_AND_LATER bool "3.1.0 and later" + config XEN_COMPAT_030200_AND_LATER + bool "3.2.0 and later" + + config XEN_COMPAT_030300_AND_LATER + bool "3.3.0 and later" + + config XEN_COMPAT_030400_AND_LATER + bool "3.4.0 and later" + + config XEN_COMPAT_040000_AND_LATER + bool "4.0.0 and later" + + config XEN_COMPAT_040100_AND_LATER + bool "4.1.0 and later" + + config XEN_COMPAT_040200_AND_LATER + bool "4.2.0 and later" + config XEN_COMPAT_LATEST_ONLY bool "no compatibility code" @@ -332,6 +350,12 @@ endchoice config XEN_COMPAT hex default 0xffffff if XEN_COMPAT_LATEST_ONLY + default 0x040200 if XEN_COMPAT_040200_AND_LATER + default 0x040100 if XEN_COMPAT_040100_AND_LATER + default 0x040000 if XEN_COMPAT_040000_AND_LATER + default 0x030400 if XEN_COMPAT_030400_AND_LATER + default 0x030300 if XEN_COMPAT_030300_AND_LATER + default 0x030200 if XEN_COMPAT_030200_AND_LATER default 0x030100 if XEN_COMPAT_030100_AND_LATER default 0x030004 if XEN_COMPAT_030004_AND_LATER default 0x030002 if XEN_COMPAT_030002_AND_LATER _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |