Re: [Xen-devel] [PATCH v8 28/28] build: convert CONFIG_COMPAT to Kconfig

2015-12-16 Thread Doug Goldstein
On 12/15/15 9:23 AM, Jan Beulich wrote: On 15.12.15 at 14:13, wrote: >> --- a/xen/arch/x86/Kconfig >> +++ b/xen/arch/x86/Kconfig >> @@ -24,6 +24,13 @@ config ARCH_DEFCONFIG >> >> menu "Architecture Features" >> >> +config COMPAT >> +def_bool y >> +help >> + 32-bit interface

Re: [Xen-devel] [PATCH v8 28/28] build: convert CONFIG_COMPAT to Kconfig

2015-12-15 Thread Jan Beulich
>>> On 15.12.15 at 14:13, wrote: > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -24,6 +24,13 @@ config ARCH_DEFCONFIG > > menu "Architecture Features" > > +config COMPAT > + def_bool y > + help > + 32-bit interface support on 64-bit Xen which is used for both > +

[Xen-devel] [PATCH v8 28/28] build: convert CONFIG_COMPAT to Kconfig

2015-12-15 Thread Doug Goldstein
Use the Kconfig generated CONFIG_COMPAT defines in the code base. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- config/x86_64.mk | 1 - xen/arch/x86/Kconfig | 7 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/x86_64.mk b/