From 653e157eea39fbb8f3cf450733aee81020fef24d Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 20 Jul 2022 12:26:24 +0000 Subject: soc/intel/meteorlake: Debug consent is set to 3 (USB3 DbC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: Icf72eb2aa4064fd78f4f99570a4cf44e41932ec3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66008 Reviewed-by: Tarun Tuli Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') 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. -- cgit v1.2.3