From da27d6543da62bb882671bb346cc75d0e4e45d2d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 21 Apr 2014 12:26:09 +0000 Subject: [PATCH] [x86] Enable X86_INTEL_LPSS (Closes: #745331) svn path=/dists/trunk/linux/; revision=21256 --- debian/changelog | 3 +++ debian/config/kernelarch-x86/config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e6f4086e..387677c2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ linux (3.14.1-1~exp2) UNRELEASED; urgency=medium [ Ian Campbell ] * [armhf] Drop suffix from kernel udeb. + [ Ben Hutchings ] + * [x86] Enable X86_INTEL_LPSS (Closes: #745331) + -- Ben Hutchings Sun, 20 Apr 2014 21:54:54 +0100 linux (3.14.1-1~exp1) experimental; urgency=medium diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 426aaf757..234d65d08 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -10,7 +10,7 @@ CONFIG_OPROFILE=m CONFIG_ZONE_DMA=y CONFIG_X86_MPPARSE=y # CONFIG_X86_EXTENDED_PLATFORM is not set -# CONFIG_X86_INTEL_LPSS is not set +CONFIG_X86_INTEL_LPSS=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_HYPERVISOR_GUEST=y CONFIG_PARAVIRT=y