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