]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Add setup option of LPE Audio.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / SouthClusterConfig.vfi
index a6a99be2b2ea4014d6bc03297452ce6ca399fd54..ce93500f6fa504fd0ba6295d5a838010b2d5a9e6 100644 (file)
@@ -1,6 +1,6 @@
 // /** @file\r
 //\r
-// Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 \r
 // This program and the accompanying materials are licensed and made available under\r
@@ -790,6 +790,15 @@ form formid = AZALIA_OPTIONS_FORM_ID,
       option text = STRING_TOKEN(STR_LPE_ACPI_MODE), value=2, flags=0 | RESET_REQUIRED;\r
   endoneof;\r
 \r
+  grayoutif NOT ideqval Setup.Lpe == 0x2;\r
+  oneof varid   = Setup.LpeAudioReportedByDSDT,\r
+      prompt      = STRING_TOKEN(STR_LPE_REPORTED_BY_DSDT_PROMPT),\r
+      help        = STRING_TOKEN(STR_LPE_REPORTED_BY_DSDT_HELP),\r
+      option text = STRING_TOKEN(STR_DISABLE), value=0, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+      option text = STRING_TOKEN(STR_ENABLE), value=1, flags=RESET_REQUIRED;\r
+  endoneof;\r
+  endif;\r
+\r
   subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
   suppressif ideqval Setup.AzaliaDs == 0x1;\r
     oneof varid  = Setup.PchAzalia,\r