diff options
author | Tony Luck <tony.luck@intel.com> | 2011-01-03 23:22:11 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-01-03 23:22:11 +0100 |
commit | 0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2 (patch) | |
tree | 566ffb07506250dc91543fd99955c0028b83ac79 /drivers/acpi/apei/Kconfig | |
parent | pstore: new filesystem interface to platform persistent storage (diff) | |
download | linux-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.tar.xz linux-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.zip |
pstore: X86 platform interface using ACPI/APEI/ERST
The 'error record serialization table' in ACPI provides a suitable
amount of persistent storage for use by the pstore filesystem.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Kconfig')
-rw-r--r-- | drivers/acpi/apei/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index fca34ccfd294..e91680c7e047 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -1,5 +1,6 @@ config ACPI_APEI bool "ACPI Platform Error Interface (APEI)" + select PSTORE depends on X86 help APEI allows to report errors (for example from the chipset) |