# 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