On Wed, Mar 20, 2019 at 3:24 AM <[email protected]> wrote: > > From: He Zhe <[email protected]> > > The following upstream commits have renamed INTEL_RDT to RESCTRL. > 6fe07ce35e8a ("x86/resctrl: Rename the config option INTEL_RDT to RESCTRL") > e6d429313ea5 ("x86/resctrl: Avoid confusion over the new X86_RESCTRL config") >
You forgot to mention which kernel versions this was for. Looking at the commits you are referencing, only 5.0 has them, so I assume you are looking at 5.0 and master ? Bruce > Signed-off-by: He Zhe <[email protected]> > --- > bsp/intel-x86/intel-x86-64.cfg | 4 ++-- > bsp/intel-x86/intel-x86.cfg | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg > index e66b93b..cd09102 100644 > --- a/bsp/intel-x86/intel-x86-64.cfg > +++ b/bsp/intel-x86/intel-x86-64.cfg > @@ -40,8 +40,8 @@ CONFIG_CRYPTO_DEV_QAT_C62XVF=m > CONFIG_CRYPTO_DEV_QAT_DH895xCC=m > CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m > > -# Intel Resource Director Technology support > -CONFIG_INTEL_RDT=y > +# x86 CPU resource control support > +CONFIG_X86_CPU_RESCTRL=y > > # Processor type and features > CONFIG_NR_CPUS=256 > diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg > index dff54fe..548a620 100644 > --- a/bsp/intel-x86/intel-x86.cfg > +++ b/bsp/intel-x86/intel-x86.cfg > @@ -342,8 +342,8 @@ CONFIG_TOUCHSCREEN_ZFORCE=m > CONFIG_DRM_NOUVEAU=m > CONFIG_DRM_NOUVEAU_BACKLIGHT=y > > -# Intel RDT support > -CONFIG_INTEL_RDT=y > +# x86 CPU resource control support > +CONFIG_X86_CPU_RESCTRL=y > > # Intel RAPL > CONFIG_IOSF_MBI=y > -- > 2.7.4 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
