mirror of https://gitee.com/openkylin/linux.git
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
|
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.
|