Re: [Xen-devel] [PATCH v5 1/5] build: Env var to enable expert config options

2016-01-15 Thread Jan Beulich
>>> On 15.01.16 at 16:47, wrote: > On Thu, 2016-01-14 at 09:09 -0700, Jan Beulich wrote: >> > > > On 14.01.16 at 15:49, wrote: >> > --- a/xen/Kconfig >> > +++ b/xen/Kconfig >> > @@ -22,3 +22,7 @@ config DEFCONFIG_LIST >> >string >> >option defconfig_list >> >default "$ARCH_DEFCONFIG"

Re: [Xen-devel] [PATCH v5 1/5] build: Env var to enable expert config options

2016-01-15 Thread Ian Campbell
On Thu, 2016-01-14 at 09:09 -0700, Jan Beulich wrote: > > > > On 14.01.16 at 15:49, wrote: > > --- a/xen/Kconfig > > +++ b/xen/Kconfig > > @@ -22,3 +22,7 @@ config DEFCONFIG_LIST > >   string > >   option defconfig_list > >   default "$ARCH_DEFCONFIG" > > + > > +config EXPERT > > + string

Re: [Xen-devel] [PATCH v5 1/5] build: Env var to enable expert config options

2016-01-14 Thread Jan Beulich
>>> On 14.01.16 at 15:49, wrote: > --- a/xen/Kconfig > +++ b/xen/Kconfig > @@ -22,3 +22,7 @@ config DEFCONFIG_LIST > string > option defconfig_list > default "$ARCH_DEFCONFIG" > + > +config EXPERT > + string > + option env="XEN_CONFIG_EXPERT" This better wouldn't go in a

[Xen-devel] [PATCH v5 1/5] build: Env var to enable expert config options

2016-01-14 Thread Jonathan Creekmore
Add an additional environment variable, defaulting to disabled, that enables the CONFIG_EXPERT configuration option. The purpose of the CONFIG_EXPERT configuration option is to make non-standard Kconfig options visible during the configuration process. The CONFIG_EXPERT option is not, itself, visib