summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/ras/Kconfig
blob: 79c599c2fb2379a73587e35738f1cc9c7b7351dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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