Re: [PATCH] perf/x86/rapl: fix rapl config variable bug

From: Stephane Eranian
Date: Mon Jun 01 2020 - 15:45:16 EST


On Thu, May 28, 2020 at 2:30 PM Kim Phillips <kim.phillips@xxxxxxx> wrote:
>
> On 5/28/20 3:16 PM, Stephane Eranian wrote:
> > This patch fixes a bug introduced by:
> >
> > commit fd3ae1e1587d6 ("perf/x86/rapl: Move RAPL support to common x86 code")
> >
> > The Kconfig variable name was wrong. It was missing the CONFIG_ prefix.
> >
> > Signed-off-by: Stephane Eranian <eraniangoogle.com>
> >
> > ---
>
> Tested-by: Kim Phillips <kim.phillips@xxxxxxx>
>
Without this patch, the rapl.c module does not get compiled.
Please apply.
Thanks.

> Thanks,
>
> Kim