>>> On 31.05.18 at 23:48, <sstabell...@kernel.org> wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -20,8 +20,16 @@ config HAS_DEVICE_TREE > config HAS_EX_TABLE > bool > > -config HAS_MEM_ACCESS > - bool > +config MEM_ACCESS_ALWAYS_ON > + def_bool n
Only "bool" please - there should be no defaults other than y for options without prompts. Otherwise, if later an option gains a prompt, the user won't be presented with the option to enable it when using one of the *oldconfig targets (due to the previously recorded setting). With that replaced Acked-by: Jan Beulich <jbeul...@suse.com> also in case you follow Tamas'es suggestion and switch ... > +config MEM_ACCESS > + def_bool y > + prompt "Memory Access and VM events" if !MEM_ACCESS_ALWAYS_ON ... the default here to MEM_ACCESS_ALWAYS_ON (or !ARM or X86). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel