summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/Kconfig
diff options
context:
space:
mode:
authorTony Luck2011-01-03 23:22:11 +0100
committerTony Luck2011-01-03 23:22:11 +0100
commit0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2 (patch)
tree566ffb07506250dc91543fd99955c0028b83ac79 /drivers/acpi/apei/Kconfig
parentpstore: new filesystem interface to platform persistent storage (diff)
downloadkernel-qcow2-linux-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.tar.gz
kernel-qcow2-linux-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.tar.xz
kernel-qcow2-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/Kconfig1
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)