diff options
author | Luck, Tony <tony.luck@intel.com> | 2013-10-28 22:06:55 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-10-31 19:27:04 +0100 |
commit | 7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1 (patch) | |
tree | a1a5a728e1662e1aaebe90777e73fde9561d9fbd /drivers/firmware/efi/Kconfig | |
parent | EDAC, GHES: Update ghes error record info (diff) | |
download | linux-7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1.tar.xz linux-7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1.zip |
Move cper.c from drivers/acpi/apei to drivers/firmware/efi
cper.c contains code to decode and print "Common Platform Error Records".
Originally added under drivers/acpi/apei because the only user was in that
same directory - but now we have another consumer, and we shouldn't have
to force CONFIG_ACPI_APEI get access to this code.
Since CPER is defined in the UEFI specification - the logical home for
this code is under drivers/firmware/efi/
Acked-by: Matt Fleming <matt.fleming@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/firmware/efi/Kconfig')
-rw-r--r-- | drivers/firmware/efi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig index b0fc7c79dfbb..3150aa4874e8 100644 --- a/drivers/firmware/efi/Kconfig +++ b/drivers/firmware/efi/Kconfig @@ -36,4 +36,7 @@ config EFI_VARS_PSTORE_DEFAULT_DISABLE backend for pstore by default. This setting can be overridden using the efivars module's pstore_disable parameter. +config UEFI_CPER + def_bool n + endmenu |