diff options
author | Huang Ying <ying.huang@intel.com> | 2010-05-18 08:35:14 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-20 04:35:29 +0200 |
commit | e40213450b53157967a1f83eda50e9a941c13a08 (patch) | |
tree | 4655490175a52a911e8a5cde44d5f221b4603d49 /drivers/acpi/apei/Kconfig | |
parent | ACPI, APEI, HEST table parsing (diff) | |
download | linux-e40213450b53157967a1f83eda50e9a941c13a08.tar.xz linux-e40213450b53157967a1f83eda50e9a941c13a08.zip |
ACPI, APEI, EINJ support
EINJ provides a hardware error injection mechanism, this is useful for
debugging and testing of other APEI and RAS features.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Kconfig')
-rw-r--r-- | drivers/acpi/apei/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index d61c851533c9..5f0a41c2bc62 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -6,3 +6,11 @@ config ACPI_APEI to the operating system. This improves NMI handling especially. In addition it supports error serialization and error injection. + +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. |