summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2021-12-29 08:09:37 +0000
committerSubrata Banik <subratabanik@google.com>2021-12-30 15:24:11 +0000
commit0cd553b3dfd63064ebfbb19ffd7897232df96f9d (patch)
tree5040520f2fa4fa480842e1d643b17fcd772f1cfb /src/soc/intel/alderlake/Kconfig
parentde32da3c555ecde16ba7a7ed18735b80a9121a00 (diff)
soc/intel/alderlake: Fix incorrect comment about debug consent
This patch makes the debug consent for ADL comment default value comment proper. Default `Platform Debug Consent` value is 2: Enabled (Al probes and tracehub. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ic5eeb4f02d051dc1efba2deaecb51cbc7eac51f5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60443 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/alderlake/Kconfig')
-rw-r--r--src/soc/intel/alderlake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 5419783f8e..0c68351eb3 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -307,7 +307,7 @@ config FSP_FD_PATH
config SOC_INTEL_ALDERLAKE_DEBUG_CONSENT
int "Debug Consent for ADL"
- # 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 2 if
# SOC_INTEL_DEBUG_CONSENT=y
default 2 if SOC_INTEL_DEBUG_CONSENT
default 0