aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/Kconfig
blob: 5f0a41c2bc6216196e378d09e6e70b27797d03a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.

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.