diff options
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 3fa1347e82..8f4e3a2405 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -345,9 +345,9 @@ config FSP_FD_PATH 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 + # USB DBC is more common for developers so make this default to 6 if # SOC_INTEL_DEBUG_CONSENT=y - default 3 if SOC_INTEL_DEBUG_CONSENT + default 6 if SOC_INTEL_DEBUG_CONSENT default 0 help This is to control debug interface on SOC. @@ -355,9 +355,8 @@ config SOC_INTEL_METEORLAKE_DEBUG_CONSENT PlatformDebugConsent in FspmUpd.h has the details. Desired platform debug type are - 0:Disabled, 1:Enabled (DCI OOB+[DbC]), 2:Enabled (DCI OOB), - 3:Enabled (USB3 DbC), 4:Enabled (XDP/MIPI60), 5:Enabled (USB2 DbC), - 6:Enable (2-wire DCI OOB), 7:Manual + 0:Disabled, 2:Enabled Trace Active, 4:Enabled Trace Ready, + 6:Enable Trace Power-Off, 7:Manual config DATA_BUS_WIDTH int |