diff options
author | xianhu2x <xianhuix.liu@intel.com> | 2017-10-17 10:59:54 +0800 |
---|---|---|
committer | zwei4 <david.wei@intel.com> | 2017-10-23 14:35:56 +0800 |
commit | b4e2b3b82cd7314f3a4bd9818daf74fb1ae3ef6f (patch) | |
tree | 5f6ac8fbccaa12a4b480bacfe81ef7aa5e6611f4 /Platform | |
parent | bebf610afbb633af24762dbdf31a145726f21867 (diff) | |
download | edk2-platforms-b4e2b3b82cd7314f3a4bd9818daf74fb1ae3ef6f.tar.xz |
TPM Device
"TPM Device" setup display redundant items. Remove "TPM Device" "dTPM 1.2" and "dTPM 2.0" options
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: xianhu2x <xianhuix.liu@intel.com>
Diffstat (limited to 'Platform')
-rw-r--r-- | Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi index 2d6b30873a..d338a45c00 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi @@ -117,8 +117,6 @@ form formid = SECURITY_CONFIGURATION_FORM_ID, help = STRING_TOKEN(STR_TPM_HELP),
option text = STRING_TOKEN(STR_DISABLE), value = 0x00, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_TPM_PTT), value = 0x01, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_TPM_DTPM_1_2), value = 0x02, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_TPM_DTPM_2_0), value = 0x03, flags = RESET_REQUIRED;
endoneof;
suppressif NOT ideqval Setup.TPM == 1;
|