>>> 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"
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
>>> 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
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