From cd55c846df3ac25347234a62d77058c1ddbe7321 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 4 Jan 2016 04:13:57 +0000 Subject: [PATCH] [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module --- debian/changelog | 1 + debian/config/kernelarch-x86/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1de98c29..5e39c8708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ linux (4.4~rc8-1~exp1) UNRELEASED; urgency=medium - udeb: Add sdhci-bcm2835 to mmc-modules, dwc2 to usb-modules * [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules (Closes: #808623) + * [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module [ Ian Campbell ] * [armel/kirkwood] Updates/clarifications to kernel size limitations from diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index cf783627b..9f2fe24ed 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -41,7 +41,7 @@ CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NODES_SHIFT=6 # CONFIG_ARCH_MEMORY_PROBE is not set -CONFIG_X86_PMEM_LEGACY=y +CONFIG_X86_PMEM_LEGACY=m # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW=64 CONFIG_MTRR=y