summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi21
1 files changed, 0 insertions, 21 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
index a2bd4f8d23..866dff5298 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -129,13 +129,6 @@ form formid = MISC_OPTIONS_FORM_ID,
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
- oneof varid = Setup.UartInterface,
- prompt = STRING_TOKEN(STR_PCH_UART_SELECT),
- help = STRING_TOKEN(STR_PCH_UART_SELECT_HELP),
- option text = STRING_TOKEN(STR_UART_SELECT_PCU), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_UART_SELECT_SIO), value = 1, flags = RESET_REQUIRED;
- endoneof;
-
oneof varid = Setup.Wol,
prompt = STRING_TOKEN(STR_WAKE_ON_LAN_PROMPT),
help = STRING_TOKEN(STR_WAKE_ON_LAN_HELP),
@@ -2270,13 +2263,6 @@ form formid = USB_OPTIONS_FORM_ID,
option text = STRING_TOKEN(STR_ON), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
- oneof varid = Setup.Hsic1Support,
- prompt = STRING_TOKEN(STR_USB_HSIC1_PROMPT),
- help = STRING_TOKEN(STR_USB_HSIC1_HELP),
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- endoneof;
-
oneof varid = Setup.Ssic1Support,
prompt = STRING_TOKEN(STR_USB_SSIC1_PROMPT),
help = STRING_TOKEN(STR_USB_SSIC1_HELP),
@@ -2427,13 +2413,6 @@ form formid = USB_OPTIONS_FORM_ID,
option text = STRING_TOKEN(STR_XHCI_COMPLIANCE_FALSE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_XHCI_COMPLIANCE_TRUE), value = 1, flags = RESET_REQUIRED;
endoneof;
-
- oneof varid = Setup.IddigComp,
- prompt = STRING_TOKEN(STR_USB_IDDIG_PROMPT),
- help = STRING_TOKEN(STR_USB_IDDIG_HELP),
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
- endoneof;
endform; // end of USB_OPTIONS_FORM_ID