soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / soc / intel / xeon_sp / ras / Kconfig
blob79c599c2fb2379a73587e35738f1cc9c7b7351dd
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 config 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)
9 config 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
15 config 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