blob: c34aa51af4eed85a99bc9aad7720e4dd582f47a8 [file] [log] [blame]
Huang Yinga643ce22010-05-18 14:35:12 +08001config ACPI_APEI
2 bool "ACPI Platform Error Interface (APEI)"
Luck, Tony5d2a8342011-04-13 10:48:12 -07003 select MISC_FILESYSTEMS
Tony Luck0bb77c42011-01-03 14:22:11 -08004 select PSTORE
Huang Yinga643ce22010-05-18 14:35:12 +08005 depends on X86
6 help
7 APEI allows to report errors (for example from the chipset)
8 to the operating system. This improves NMI handling
9 especially. In addition it supports error serialization and
10 error injection.
Huang Yinge4021342010-05-18 14:35:14 +080011
Huang Yingd334a492010-05-18 14:35:20 +080012config ACPI_APEI_GHES
Huang Ying86cd4732011-07-13 13:14:18 +080013 bool "APEI Generic Hardware Error Source"
Huang Yingd334a492010-05-18 14:35:20 +080014 depends on ACPI_APEI && X86
15 select ACPI_HED
Huang Ying67eb2e92011-07-13 13:14:25 +080016 select LLIST
17 select GENERIC_ALLOCATOR
Huang Yingd334a492010-05-18 14:35:20 +080018 help
19 Generic Hardware Error Source provides a way to report
20 platform hardware errors (such as that from chipset). It
21 works in so called "Firmware First" mode, that is, hardware
22 errors are reported to firmware firstly, then reported to
23 Linux by firmware. This way, some non-standard hardware
24 error registers or non-standard hardware link can be checked
25 by firmware to produce more valuable hardware error
26 information for Linux.
27
Huang Yingc413d762011-02-21 13:54:43 +080028config ACPI_APEI_PCIEAER
29 bool "APEI PCIe AER logging/recovering support"
30 depends on ACPI_APEI && PCIEAER
31 help
32 PCIe AER errors may be reported via APEI firmware first mode.
33 Turn on this option to enable the corresponding support.
34
Huang Yingba61ca42011-07-13 13:14:28 +080035config ACPI_APEI_MEMORY_FAILURE
36 bool "APEI memory error recovering support"
37 depends on ACPI_APEI && MEMORY_FAILURE
38 help
39 Memory errors may be reported via APEI firmware first mode.
40 Turn on this option to enable the memory recovering support.
41
Huang Yinge4021342010-05-18 14:35:14 +080042config ACPI_APEI_EINJ
43 tristate "APEI Error INJection (EINJ)"
44 depends on ACPI_APEI && DEBUG_FS
45 help
46 EINJ provides a hardware error injection mechanism, it is
47 mainly used for debugging and testing the other parts of
48 APEI and some other RAS features.
Huang Ying2ff729d2010-08-12 11:55:17 +080049
50config ACPI_APEI_ERST_DEBUG
51 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
52 depends on ACPI_APEI
53 help
54 ERST is a way provided by APEI to save and retrieve hardware
Lucas De Marchi58f87ed2010-09-07 12:49:45 -040055 error information to and from a persistent store. Enable this
Huang Ying2ff729d2010-08-12 11:55:17 +080056 if you want to debugging and testing the ERST kernel support
57 and firmware implementation.