Huang Ying | a643ce2 | 2010-05-18 14:35:12 +0800 | [diff] [blame] | 1 | config ACPI_APEI |
| 2 | bool "ACPI Platform Error Interface (APEI)" |
Tony Luck | 0bb77c4 | 2011-01-03 14:22:11 -0800 | [diff] [blame^] | 3 | select PSTORE |
Huang Ying | a643ce2 | 2010-05-18 14:35:12 +0800 | [diff] [blame] | 4 | depends on X86 |
| 5 | help |
| 6 | APEI allows to report errors (for example from the chipset) |
| 7 | to the operating system. This improves NMI handling |
| 8 | especially. In addition it supports error serialization and |
| 9 | error injection. |
Huang Ying | e402134 | 2010-05-18 14:35:14 +0800 | [diff] [blame] | 10 | |
Huang Ying | d334a49 | 2010-05-18 14:35:20 +0800 | [diff] [blame] | 11 | config ACPI_APEI_GHES |
| 12 | tristate "APEI Generic Hardware Error Source" |
| 13 | depends on ACPI_APEI && X86 |
| 14 | select ACPI_HED |
| 15 | help |
| 16 | Generic Hardware Error Source provides a way to report |
| 17 | platform hardware errors (such as that from chipset). It |
| 18 | works in so called "Firmware First" mode, that is, hardware |
| 19 | errors are reported to firmware firstly, then reported to |
| 20 | Linux by firmware. This way, some non-standard hardware |
| 21 | error registers or non-standard hardware link can be checked |
| 22 | by firmware to produce more valuable hardware error |
| 23 | information for Linux. |
| 24 | |
Huang Ying | e402134 | 2010-05-18 14:35:14 +0800 | [diff] [blame] | 25 | config ACPI_APEI_EINJ |
| 26 | tristate "APEI Error INJection (EINJ)" |
| 27 | depends on ACPI_APEI && DEBUG_FS |
| 28 | help |
| 29 | EINJ provides a hardware error injection mechanism, it is |
| 30 | mainly used for debugging and testing the other parts of |
| 31 | APEI and some other RAS features. |
Huang Ying | 2ff729d | 2010-08-12 11:55:17 +0800 | [diff] [blame] | 32 | |
| 33 | config ACPI_APEI_ERST_DEBUG |
| 34 | tristate "APEI Error Record Serialization Table (ERST) Debug Support" |
| 35 | depends on ACPI_APEI |
| 36 | help |
| 37 | ERST is a way provided by APEI to save and retrieve hardware |
Lucas De Marchi | 58f87ed | 2010-09-07 12:49:45 -0400 | [diff] [blame] | 38 | error information to and from a persistent store. Enable this |
Huang Ying | 2ff729d | 2010-08-12 11:55:17 +0800 | [diff] [blame] | 39 | if you want to debugging and testing the ERST kernel support |
| 40 | and firmware implementation. |