[linux-yocto] [PATCH] x86/resctrl: Rename INTEL_RDT to RESCTRL

zhe.he at windriver.com zhe.he at windriver.com
Wed Mar 20 00:23:50 PDT 2019


From: He Zhe <zhe.he at windriver.com>

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")

Signed-off-by: He Zhe <zhe.he at windriver.com>
---
 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



More information about the linux-yocto mailing list