summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/ras/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/ras/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/ras/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/ras/Kconfig b/src/soc/intel/xeon_sp/ras/Kconfig
new file mode 100644
index 0000000000..79c599c2fb
--- /dev/null
+++ b/src/soc/intel/xeon_sp/ras/Kconfig
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+config SOC_ACPI_HEST
+ def_bool n
+ depends on HAVE_ACPI_TABLES
+ help
+ This variable provides control for ACPI hardware error source table (HEST)
+
+config SOC_RAS_ELOG
+ def_bool n
+ depends on SOC_ACPI_HEST
+ help
+ This variable provides enhanced error logging support used with HEST
+
+config ERROR_LOG_BUFFER_SIZE
+ hex
+ default 0x4000
+ depends on SOC_RAS_ELOG
+ help
+ This variable allows a configurable error log based on system requirements