diff options
author | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:47 -0400 |
commit | feb29c5175e61d0f1ec2cbcaccdfa55e588780be (patch) | |
tree | e904f95a4ef4e601af0c2d6619671b8a210c8a65 /drivers/acpi/apei/Kconfig | |
parent | f2a66185bed21427d8d347a42eaf0ad1d3d9fc63 (diff) | |
parent | 2ff729d506e8db82d76a93bc963df4d0a4d46b57 (diff) | |
download | blackbird-op-linux-feb29c5175e61d0f1ec2cbcaccdfa55e588780be.tar.gz blackbird-op-linux-feb29c5175e61d0f1ec2cbcaccdfa55e588780be.zip |
Merge branch 'apei' into release
Diffstat (limited to 'drivers/acpi/apei/Kconfig')
-rw-r--r-- | drivers/acpi/apei/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index f8c668f27b5a..907e350f1c7d 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -28,3 +28,12 @@ config ACPI_APEI_EINJ 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. + +config ACPI_APEI_ERST_DEBUG + tristate "APEI Error Record Serialization Table (ERST) Debug Support" + depends on ACPI_APEI + help + ERST is a way provided by APEI to save and retrieve hardware + error infomation to and from a persistent store. Enable this + if you want to debugging and testing the ERST kernel support + and firmware implementation. |