blob: 9ecf6feae830618cc32ba135bad832b0b3bc0f7c [file] [log] [blame]
Huang Yinga643ce22010-05-18 14:35:12 +08001config ACPI_APEI
2 bool "ACPI Platform Error Interface (APEI)"
3 depends on X86
4 help
5 APEI allows to report errors (for example from the chipset)
6 to the operating system. This improves NMI handling
7 especially. In addition it supports error serialization and
8 error injection.
Huang Yinge4021342010-05-18 14:35:14 +08009
Huang Yingd334a492010-05-18 14:35:20 +080010config ACPI_APEI_GHES
11 tristate "APEI Generic Hardware Error Source"
12 depends on ACPI_APEI && X86
13 select ACPI_HED
14 help
15 Generic Hardware Error Source provides a way to report
16 platform hardware errors (such as that from chipset). It
17 works in so called "Firmware First" mode, that is, hardware
18 errors are reported to firmware firstly, then reported to
19 Linux by firmware. This way, some non-standard hardware
20 error registers or non-standard hardware link can be checked
21 by firmware to produce more valuable hardware error
22 information for Linux.
23
Huang Yingc413d762011-02-21 13:54:43 +080024config ACPI_APEI_PCIEAER
25 bool "APEI PCIe AER logging/recovering support"
26 depends on ACPI_APEI && PCIEAER
27 help
28 PCIe AER errors may be reported via APEI firmware first mode.
29 Turn on this option to enable the corresponding support.
30
Huang Yinge4021342010-05-18 14:35:14 +080031config ACPI_APEI_EINJ
32 tristate "APEI Error INJection (EINJ)"
33 depends on ACPI_APEI && DEBUG_FS
34 help
35 EINJ provides a hardware error injection mechanism, it is
36 mainly used for debugging and testing the other parts of
37 APEI and some other RAS features.
Huang Ying2ff729d2010-08-12 11:55:17 +080038
39config ACPI_APEI_ERST_DEBUG
40 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
41 depends on ACPI_APEI
42 help
43 ERST is a way provided by APEI to save and retrieve hardware
Lucas De Marchi58f87ed2010-09-07 12:49:45 -040044 error information to and from a persistent store. Enable this
Huang Ying2ff729d2010-08-12 11:55:17 +080045 if you want to debugging and testing the ERST kernel support
46 and firmware implementation.