[kernel] r18179 - in dists/trunk/linux-2.6/debian: . config/i386/none config/kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Tue Oct 25 09:43:25 UTC 2011


Author: benh
Date: Tue Oct 25 09:43:23 2011
New Revision: 18179

Log:
[x86/!486] Enable INTEL_IDLE

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/i386/none/config.486
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Oct 25 09:37:24 2011	(r18178)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Oct 25 09:43:23 2011	(r18179)
@@ -10,6 +10,7 @@
   [ Ben Hutchings ]
   * [powerpc/powerpc64] Add missing #include to LPAR console selection fix
   * Make kernel-wedge package checks non-fatal in experimental builds
+  * [x86/!486] Enable INTEL_IDLE
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 27 Sep 2011 06:02:56 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/i386/none/config.486
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/none/config.486	Tue Oct 25 09:37:24 2011	(r18178)
+++ dists/trunk/linux-2.6/debian/config/i386/none/config.486	Tue Oct 25 09:43:23 2011	(r18179)
@@ -38,6 +38,11 @@
 CONFIG_I2C_STUB=m
 
 ##
+## file: drivers/idle/Kconfig
+##
+# CONFIG_INTEL_IDLE is not set
+
+##
 ## file: drivers/input/mouse/Kconfig
 ##
 CONFIG_MOUSE_PS2_OLPC=y

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Tue Oct 25 09:37:24 2011	(r18178)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Tue Oct 25 09:43:23 2011	(r18179)
@@ -548,7 +548,7 @@
 ##
 ## file: drivers/idle/Kconfig
 ##
-# CONFIG_INTEL_IDLE is not set
+CONFIG_INTEL_IDLE=y
 
 ##
 ## file: drivers/input/gameport/Kconfig



More information about the Kernel-svn-changes mailing list