[kernel] r14914 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Fri Jan 8 12:55:09 UTC 2010


Author: maks
Date: Fri Jan  8 12:55:08 2010
New Revision: 14914

Log:
topconfig explicitly set ATA_VERBOSE_ERROR

recommeded by Kconfig and seen in fedora.
armel might want to override for smaller image.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Jan  8 12:55:02 2010	(r14913)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jan  8 12:55:08 2010	(r14914)
@@ -8,7 +8,8 @@
   [ maximilian attems ]
   * topconfig unset USB_ISP1362_HCD FTBFS on armel and useless.
     (closes: #564156)
-  * topconfig set PATA_ATP867X, PATA_RDC, SND_CS5535AUDIO, PM_RUNTIME.
+  * topconfig set PATA_ATP867X, PATA_RDC, SND_CS5535AUDIO, PM_RUNTIME,
+    ATA_VERBOSE_ERROR.
   * [x86] set RTL8192E, TOPSTAR_LAPTOP.
   * Explicitly disable diverse staging drivers.
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Fri Jan  8 12:55:02 2010	(r14913)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jan  8 12:55:08 2010	(r14914)
@@ -87,6 +87,7 @@
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_ATA=m
+CONFIG_ATA_VERBOSE_ERROR=y
 CONFIG_ATA_ACPI=y
 CONFIG_SATA_PMP=y
 CONFIG_SATA_AHCI=m



More information about the Kernel-svn-changes mailing list