diff options
author | Tony Luck <tony.luck@intel.com> | 2011-01-03 14:22:11 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-01-03 14:22:11 -0800 |
commit | 0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2 (patch) | |
tree | 566ffb07506250dc91543fd99955c0028b83ac79 /drivers/acpi/apei/Kconfig | |
parent | ca01d6dd2d7a2652000307520777538740efc286 (diff) | |
download | kernel_samsung_smdk4412-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.zip kernel_samsung_smdk4412-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.tar.gz kernel_samsung_smdk4412-0bb77c465f02e8281e24b9f02e7dc8a7e2b81ee2.tar.bz2 |
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 fca34cc..e91680c 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) |