Skip to content

Commit

Permalink
include/lkvs: fix the wrong name of test
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <philip.li@intel.com>
  • Loading branch information
rli9 committed Aug 7, 2024
1 parent 4b062c4 commit e35bd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lkvs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e35bd12

Please sign in to comment.