aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2016-08-05 18:25:55 +0530
committerAaron Durbin <adurbin@chromium.org>2016-08-11 16:03:29 +0200
commitc1645faeff3f128efcf411a98772ac9d327fc7aa (patch)
tree46aeceb26234b91eaa7a762c7346fd2bc132d9a1 /src/soc/intel/common/Kconfig
parentd7127b09ae6ccd86f45d9c19cac3cb74d980af54 (diff)
soc/intel/common: Add support for serial console based ACPI debug
This patch enables serial debug functionality for ASL code based on UART type(legacy/LPSS). From Skylake onwards all Intel platform uses LPSS based UART for serial console hence provide option to redirect ASL log over LPSS UART. Example: Name (OBJ, 0x12) APRT (OBJ) APRT ("CORE BOOT") Output: 0x12 CORE BOOT BUG=none BRANCH=none TEST=Built and boot kunimitsu to ensure to be able to get ASL console log. Change-Id: I18c65654b8eb1ac27af1f283d413376fd79d47db Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/16070 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/Kconfig')
-rw-r--r--src/soc/intel/common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index a32252edd8..7726bf121f 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -41,6 +41,12 @@ config SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
bool
default n
+config ACPI_CONSOLE
+ bool
+ default n
+ help
+ Provide a mechanism for serial console based ACPI debug.
+
config SOC_INTEL_COMMON_LPSS_I2C
bool
default n