From e35bd1203041ebfeb3eb074dedbc8a38137cb54c Mon Sep 17 00:00:00 2001 From: Philip Li Date: Wed, 7 Aug 2024 21:04:57 +0800 Subject: [PATCH] include/lkvs: fix the wrong name of test Signed-off-by: Philip Li --- include/lkvs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lkvs b/include/lkvs index a4c2ab41a..5eed13b0e 100644 --- a/include/lkvs +++ b/include/lkvs @@ -7,9 +7,9 @@ need_kconfig: - INTEL_UNCORE_FREQ_CONTROL_TPMI: y - X86_USER_SHADOW_STACK: y -% if ___.group == "x86" +% if ___.test == "x86" - INTEL_RAPL: m -% elsif ___.group == "ufs" || ___.group == "tpmi" +% elsif ___.test == "ufs" || ___.test == "tpmi" - INTEL_TPMI: m - INTEL_VSEC: m % end