summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/meteorlake
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-07-20 12:26:24 +0000
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-07-25 01:00:35 +0000
commit653e157eea39fbb8f3cf450733aee81020fef24d (patch)
treee16c00853939752c11fadf7462388fac9d521d84 /src/soc/intel/meteorlake
parentc5f705574615c307e3e098b2fbd396eb3cc84206 (diff)
downloadcoreboot-653e157eea39fbb8f3cf450733aee81020fef24d.tar.gz
coreboot-653e157eea39fbb8f3cf450733aee81020fef24d.tar.bz2
coreboot-653e157eea39fbb8f3cf450733aee81020fef24d.zip
soc/intel/meteorlake: Debug consent is set to 3 (USB3 DbC)
This patch ensures the debug consent value is matching with the inline comment. TEST=Able to build the Google/Rex. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Icf72eb2aa4064fd78f4f99570a4cf44e41932ec3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66008 Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/meteorlake')
-rw-r--r--src/soc/intel/meteorlake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig
index 087d3cab2dfc..a05e4d0b3a14 100644
--- a/src/soc/intel/meteorlake/Kconfig
+++ b/src/soc/intel/meteorlake/Kconfig
@@ -279,7 +279,7 @@ config SOC_INTEL_METEORLAKE_DEBUG_CONSENT
int "Debug Consent for MTL"
# USB DBC is more common for developers so make this default to 3 if
# SOC_INTEL_DEBUG_CONSENT=y
- default 5 if SOC_INTEL_DEBUG_CONSENT
+ default 3 if SOC_INTEL_DEBUG_CONSENT
default 0
help
This is to control debug interface on SOC.