• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3config SOC_ACPI_HEST
4	def_bool n
5	depends on HAVE_ACPI_TABLES
6	help
7	  This variable provides control for ACPI hardware error source table (HEST)
8
9config SOC_RAS_ELOG
10	def_bool n
11	depends on SOC_ACPI_HEST
12	help
13	  This variable provides enhanced error logging support used with HEST
14
15config ERROR_LOG_BUFFER_SIZE
16	hex
17	default 0x4000
18	depends on SOC_RAS_ELOG
19	help
20	  This variable allows a configurable error log based on system requirements
21