[kernel] r18176 - in dists/sid/linux-2.6/debian: . config/powerpc

Ben Hutchings benh at alioth.debian.org
Mon Oct 24 11:29:09 UTC 2011


Author: benh
Date: Mon Oct 24 11:29:08 2011
New Revision: 18176

Log:
[powerpc] Change IDE, IDE_GD from built-in to module

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/powerpc/config

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Mon Oct 24 11:27:27 2011	(r18175)
+++ dists/sid/linux-2.6/debian/changelog	Mon Oct 24 11:29:08 2011	(r18176)
@@ -14,6 +14,7 @@
   [ Ben Hutchings ]
   * cputimer: Cure lock inversion
   * [powerpc] Change ATA, PATA_MACIO from module to built-in (Closes: #641210)
+  * [powerpc] Change IDE, IDE_GD from built-in to module
 
  -- Uwe Kleine-König <u.kleine-koenig at pengutronix.de>  Fri, 07 Oct 2011 15:48:22 +0200
 

Modified: dists/sid/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/powerpc/config	Mon Oct 24 11:27:27 2011	(r18175)
+++ dists/sid/linux-2.6/debian/config/powerpc/config	Mon Oct 24 11:29:08 2011	(r18176)
@@ -273,9 +273,9 @@
 ##
 ## file: drivers/ide/Kconfig
 ##
-CONFIG_IDE=y
+CONFIG_IDE=m
 # CONFIG_BLK_DEV_IDE_SATA is not set
-CONFIG_IDE_GD=y
+CONFIG_IDE_GD=m
 CONFIG_IDE_GD_ATA=y
 # CONFIG_BLK_DEV_IDECS is not set
 CONFIG_BLK_DEV_IDECD=m



More information about the Kernel-svn-changes mailing list