diff options
Diffstat (limited to 'src/soc/intel/common/Kconfig')
-rw-r--r-- | src/soc/intel/common/Kconfig | 6 |
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 |