blob: 786294bb682c104f111525ca17df7ccfafab0d88 [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
Luck, Tony7ea6c6c2013-10-28 14:06:55 -07005 select EFI
6 select UEFI_CPER
Huang Yinga643ce22010-05-18 14:35:12 +08007 depends on X86
8 help
9 APEI allows to report errors (for example from the chipset)
10 to the operating system. This improves NMI handling
11 especially. In addition it supports error serialization and
12 error injection.
Huang Yinge4021342010-05-18 14:35:14 +080013
Huang Yingd334a492010-05-18 14:35:20 +080014config ACPI_APEI_GHES
Huang Ying86cd4732011-07-13 13:14:18 +080015 bool "APEI Generic Hardware Error Source"
Huang Yingd334a492010-05-18 14:35:20 +080016 depends on ACPI_APEI && X86
17 select ACPI_HED
Chen Gong03ba1762011-08-10 10:46:22 +080018 select IRQ_WORK
Huang Ying67eb2e92011-07-13 13:14:25 +080019 select GENERIC_ALLOCATOR
Huang Yingd334a492010-05-18 14:35:20 +080020 help
21 Generic Hardware Error Source provides a way to report
22 platform hardware errors (such as that from chipset). It
23 works in so called "Firmware First" mode, that is, hardware
24 errors are reported to firmware firstly, then reported to
25 Linux by firmware. This way, some non-standard hardware
26 error registers or non-standard hardware link can be checked
27 by firmware to produce more valuable hardware error
28 information for Linux.
29
Huang Yingc413d762011-02-21 13:54:43 +080030config ACPI_APEI_PCIEAER
31 bool "APEI PCIe AER logging/recovering support"
32 depends on ACPI_APEI && PCIEAER
33 help
34 PCIe AER errors may be reported via APEI firmware first mode.
35 Turn on this option to enable the corresponding support.
36
Huang Yingba61ca42011-07-13 13:14:28 +080037config ACPI_APEI_MEMORY_FAILURE
38 bool "APEI memory error recovering support"
39 depends on ACPI_APEI && MEMORY_FAILURE
40 help
41 Memory errors may be reported via APEI firmware first mode.
42 Turn on this option to enable the memory recovering support.
43
Huang Yinge4021342010-05-18 14:35:14 +080044config ACPI_APEI_EINJ
45 tristate "APEI Error INJection (EINJ)"
46 depends on ACPI_APEI && DEBUG_FS
47 help
48 EINJ provides a hardware error injection mechanism, it is
49 mainly used for debugging and testing the other parts of
50 APEI and some other RAS features.
Huang Ying2ff729d2010-08-12 11:55:17 +080051
52config ACPI_APEI_ERST_DEBUG
53 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
54 depends on ACPI_APEI
55 help
56 ERST is a way provided by APEI to save and retrieve hardware
Lucas De Marchi58f87ed2010-09-07 12:49:45 -040057 error information to and from a persistent store. Enable this
Huang Ying2ff729d2010-08-12 11:55:17 +080058 if you want to debugging and testing the ERST kernel support
59 and firmware implementation.