merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][yocto-6.6][PATCH] bsp/intel-x86: add Intel RAPL Support via TPMI Interface on 22/07/2024 yongxin....@windriver.com wrote: > From: Yongxin Liu <yongxin....@windriver.com> > > config INTEL_RAPL_TPMI depends on INTEL_TPMI. > config INTEL_TPMI depends on INTEL_VSEC && X86_64. > config INTEL_VSEC depends on PCI. > > Signed-off-by: Yongxin Liu <yongxin....@windriver.com> > --- > bsp/intel-x86/intel-x86-64.cfg | 4 ++++ > bsp/intel-x86/intel-x86.cfg | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg > index f31711e7..4488bcce 100644 > --- a/bsp/intel-x86/intel-x86-64.cfg > +++ b/bsp/intel-x86/intel-x86-64.cfg > @@ -47,3 +47,7 @@ CONFIG_X86_CPU_RESCTRL=y > > # Processor type and features > CONFIG_NR_CPUS=512 > + > +# Intel RAPL Support via TPMI Interface > +CONFIG_INTEL_RAPL_TPMI=m > +CONFIG_INTEL_TPMI=m > diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg > index 87e50c06..6d81a356 100644 > --- a/bsp/intel-x86/intel-x86.cfg > +++ b/bsp/intel-x86/intel-x86.cfg > @@ -358,6 +358,8 @@ CONFIG_IOSF_MBI=y > CONFIG_POWERCAP=y > CONFIG_INTEL_RAPL=m > > +CONFIG_INTEL_VSEC=m > + > CONFIG_EXTCON=y > > # MII PHY device drivers > -- > 2.45.0 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14182): https://lists.yoctoproject.org/g/linux-yocto/message/14182 Mute This Topic: https://lists.yoctoproject.org/mt/107481603/21656 Group Owner: linux-yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-