File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -870,13 +870,14 @@ form formid = MISC_OPTIONS_FORM_ID,
870870 option text = STRING_TOKEN(STR_S5_AFTER_G3_STRING), value = 1, flags = MANUFACTURING | RESET_REQUIRED;
871871 endoneof;
872872
873+ suppressif TRUE;
873874 oneof varid = Setup.EnableClockSpreadSpec,
874875 prompt = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE),
875876 help = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE_HELP),
876- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
877- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
877+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
878+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
878879 endoneof;
879-
880+ endif;
880881
881882 oneof varid = Setup.UartInterface,
882883 prompt = STRING_TOKEN(STR_PCH_UART_SELECT),
You can’t perform that action at this time.
0 commit comments