From 9548aeba025de722f0d7369f0a71958af8b654fa Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 16 Jul 2013 01:06:01 +0000 Subject: [PATCH] [x86] efivars: Re-enable pstore support by default It can be disabled by setting module parameter pstore_disable=Y. svn path=/dists/sid/linux/; revision=20354 --- debian/changelog | 2 ++ debian/config/kernelarch-x86/config | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea08511c5..26b27843f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,8 @@ linux (3.10.1-1) UNRELEASED; urgency=low - Remove ppa from scsi-modules - Remove floppy-modules, irda-modules, parport-modules, plip-modules, qnx4-modules, reiserfs-modules, ufs-modules + * [x86] efivars: Re-enable pstore support by default. It can be disabled + by setting module parameter pstore_disable=Y. -- Ben Hutchings Mon, 01 Jul 2013 00:58:08 +0100 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 0986d67f5..1e9b2a7b2 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -411,8 +411,6 @@ CONFIG_EDD=m # CONFIG_EDD_OFF is not set CONFIG_EFI_VARS=m CONFIG_EFI_VARS_PSTORE=y -#. Runtime-disabled by default -CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y CONFIG_DELL_RBU=m CONFIG_DCDBAS=m CONFIG_DMIID=y