1a643ce20SHuang Yingconfig ACPI_APEI 2a643ce20SHuang Ying bool "ACPI Platform Error Interface (APEI)" 3a643ce20SHuang Ying depends on X86 4a643ce20SHuang Ying help 5a643ce20SHuang Ying APEI allows to report errors (for example from the chipset) 6a643ce20SHuang Ying to the operating system. This improves NMI handling 7a643ce20SHuang Ying especially. In addition it supports error serialization and 8a643ce20SHuang Ying error injection. 9*e4021345SHuang Ying 10*e4021345SHuang Yingconfig ACPI_APEI_EINJ 11*e4021345SHuang Ying tristate "APEI Error INJection (EINJ)" 12*e4021345SHuang Ying depends on ACPI_APEI && DEBUG_FS 13*e4021345SHuang Ying help 14*e4021345SHuang Ying EINJ provides a hardware error injection mechanism, it is 15*e4021345SHuang Ying mainly used for debugging and testing the other parts of 16*e4021345SHuang Ying APEI and some other RAS features. 17