Re: [Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-11-11 Thread Jan Beulich
>>> On 11.11.15 at 00:00, wrote: > On 10/6/15 7:36 AM, Jan Beulich wrote: >> Are defconfig-s that useful at all? (I ask because I extremely rarely >> make us of them in Linux.) > > You use it more than you think. Look at > linux/arch/x86/configs/x86_64_defconfig. The contents

Re: [Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-11-10 Thread Doug Goldstein
On 10/6/15 7:36 AM, Jan Beulich wrote: On 06.10.15 at 11:58, wrote: >> On 05/10/15 23:03, Doug Goldstein wrote: >>> new file mode 100644 >>> index 000..e69de29 >>> diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig >>> new file mode 100644 >>> index

Re: [Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-10-06 Thread Andrew Cooper
On 05/10/15 23:03, Doug Goldstein wrote: > new file mode 100644 > index 000..e69de29 > diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig > new file mode 100644 > index 000..5e34f4e > --- /dev/null > +++ b/xen/arch/x86/Kconfig > @@ -0,0 +1,28 @@ > +# Select 32 or 64 bit > +config

Re: [Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-10-06 Thread Jan Beulich
>>> On 06.10.15 at 11:58, wrote: > On 05/10/15 23:03, Doug Goldstein wrote: >> new file mode 100644 >> index 000..e69de29 >> diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig >> new file mode 100644 >> index 000..5e34f4e >> --- /dev/null >> +++

Re: [Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-10-06 Thread Jan Beulich
>>> On 06.10.15 at 00:03, wrote: > Wire in the Kconfig build and makefile rules to be able to generate > valid configuration files to be used by the build process. > > Signed-off-by: Doug Goldstein > --- > .gitignore| 8 >

[Xen-devel] [RFC 03/29] build: hookup initial Kconfig usage

2015-10-05 Thread Doug Goldstein
Wire in the Kconfig build and makefile rules to be able to generate valid configuration files to be used by the build process. Signed-off-by: Doug Goldstein --- .gitignore| 8 xen/Kconfig | 26 ++