aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/apei/Kconfig')
-rw-r--r--drivers/acpi/apei/Kconfig8
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
6 to the operating system. This improves NMI handling 6 to the operating system. This improves NMI handling
7 especially. In addition it supports error serialization and 7 especially. In addition it supports error serialization and
8 error injection. 8 error injection.
9
10config ACPI_APEI_EINJ
11 tristate "APEI Error INJection (EINJ)"
12 depends on ACPI_APEI && DEBUG_FS
13 help
14 EINJ provides a hardware error injection mechanism, it is
15 mainly used for debugging and testing the other parts of
16 APEI and some other RAS features.