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

Ben Hutchings benh at alioth.debian.org
Sat Oct 2 22:18:13 UTC 2010


Author: benh
Date: Sat Oct  2 22:18:07 2010
New Revision: 16385

Log:
Explicitly disable INTEL_IDLE, which cannot be built as a module any more

Modified:
   dists/trunk/linux-2.6/debian/changelog
   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	Sat Oct  2 22:13:17 2010	(r16384)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Oct  2 22:18:07 2010	(r16385)
@@ -8,6 +8,9 @@
 
   [ Ben Hutchings ]
   * linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996, really)
+  * Disable INTEL_IDLE.  It can no longer be built as a module and so was
+    actually disabled by the previous version, but I do not consider it ready
+    to build-in yet.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 26 Sep 2010 15:34:10 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sat Oct  2 22:13:17 2010	(r16384)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sat Oct  2 22:18:07 2010	(r16385)
@@ -539,9 +539,9 @@
 CONFIG_XEN_KBDDEV_FRONTEND=y
 
 ##
-## file: drivers/indle/Kconfig
+## file: drivers/idle/Kconfig
 ##
-CONFIG_INTEL_IDLE=m
+# CONFIG_INTEL_IDLE is not set
 
 ##
 ## file: drivers/input/gameport/Kconfig



More information about the Kernel-svn-changes mailing list