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