soc/intel/common: Add SOC_INTEL_DEBUG_CONSENT to control debug interface

SOC_INTEL_DEBUG_CONSENT config is generally to enable default debug
interface of SoC.

Ex: USB DBC, DCI debug interface on cnl, whl, cml.

Change-Id: I313d80d6c63fd37164c63f78e9e69d3cb4a5566b
Signed-off-by: Kane Chen <kane.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32337
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kane Chen 2019-04-17 10:42:00 +08:00 committed by Patrick Georgi
parent 0556f6132b
commit f5e8b29be6
1 changed files with 7 additions and 0 deletions

View File

@ -68,4 +68,11 @@ config TPM_TIS_ACPI_INTERRUPT
acpi_get_gpe() is used to provide interrupt status to TPM layer.
This option specifies the GPE number.
config SOC_INTEL_DEBUG_CONSENT
bool "Enable SOC debug interface"
default n
help
Set this option to enable default debug interface of SoC such as DBC
or DCI.
endif # SOC_INTEL_COMMON