2010-05-18 14:35:12 +08:00
|
|
|
config ACPI_APEI
|
|
|
|
bool "ACPI Platform Error Interface (APEI)"
|
|
|
|
depends on X86
|
|
|
|
help
|
|
|
|
APEI allows to report errors (for example from the chipset)
|
|
|
|
to the operating system. This improves NMI handling
|
|
|
|
especially. In addition it supports error serialization and
|
|
|
|
error injection.
|
2010-05-18 14:35:14 +08:00
|
|
|
|
|
|
|
config ACPI_APEI_EINJ
|
|
|
|
tristate "APEI Error INJection (EINJ)"
|
|
|
|
depends on ACPI_APEI && DEBUG_FS
|
|
|
|
help
|
|
|
|
EINJ provides a hardware error injection mechanism, it is
|
|
|
|
mainly used for debugging and testing the other parts of
|
|
|
|
APEI and some other RAS features.
|