>>> On 17.02.16 at 15:37, <car...@cardoe.com> wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -84,6 +84,20 @@ config LATE_HWDOM > > If unsure, say N. > > +# Adds support for Xenoprof > +config XENOPROF > + bool > + prompt "Xen Oprofile Support" if EXPERT = "y" > + default y
Due to the separate "prompt" this could use "def_bool y". > --- a/xen/common/Makefile > +++ b/xen/common/Makefile > @@ -62,7 +62,7 @@ obj-bin-$(CONFIG_X86) += $(foreach n,decompress bunzip2 > unxz unlzma unlzo unlz4 > > obj-$(perfc) += perfc.o > obj-$(crash_debug) += gdbstub.o > -obj-$(xenoprof) += xenoprof.o > +obj-$(CONFIG_XENOPROF) += xenoprof.o Please take the opportunity to add this back at the right slot in the main section listing objects. With these two adjustments Acked-by: Jan Beulich <jbeul...@suse.com> Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel