diff options
author | Subrata Banik <subratabanik@google.com> | 2022-07-20 12:26:24 +0000 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-07-25 01:00:35 +0000 |
commit | 653e157eea39fbb8f3cf450733aee81020fef24d (patch) | |
tree | e16c00853939752c11fadf7462388fac9d521d84 /src/soc/intel/meteorlake/Kconfig | |
parent | c5f705574615c307e3e098b2fbd396eb3cc84206 (diff) |
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/Kconfig')
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 087d3cab2d..a05e4d0b3a 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. |