Kane Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32337
Change subject: vendorcode/google/chromeos: Add CHROMEOS_SOC_DEBUG_CONSENT Kconfig ......................................................................
vendorcode/google/chromeos: Add CHROMEOS_SOC_DEBUG_CONSENT Kconfig
CHROMEOS_SOC_DEBUG_CONSENT config is generally to enable SOC debug capability. Ex: USB DBC debug capability on cnl.
Change-Id: I313d80d6c63fd37164c63f78e9e69d3cb4a5566b Signed-off-by: Kane Chen kane.chen@intel.com --- M src/vendorcode/google/chromeos/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/32337/1
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 26ee31e..0ea5625 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -89,5 +89,9 @@ on normal boot as well as resume and coreboot is only involved in the resume piece w.r.t. the platform hierarchy.
+config CHROMEOS_SOC_DEBUG_CONSENT + bool "Enable SOC debug capability" + default n + endif # CHROMEOS endmenu