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

Bastian Blank waldi at alioth.debian.org
Tue Jan 26 17:11:30 UTC 2010


Author: waldi
Date: Tue Jan 26 17:11:28 2010
New Revision: 15013

Log:
* debian/changelog
* debian/config/config:
  Set DVB_DYNAMIC_MINORS, USB_DYNAMIC_MINORS, SND_DYNAMIC_MINORS.
* debian/config/powerpc/config: Remove duplicated option.

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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 17:08:57 2010	(r15012)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 17:11:28 2010	(r15013)
@@ -61,6 +61,7 @@
   * Enable all NCP file system options.
   * [amd64] Make AGP support again built-in to fullfill the not completely
     documented dependency with GART IOMMU support. (closes: #561552)
+  * Enable dynamic minor allocations for ALSA, DVB and USB. (closes: #510593)
 
   [ maximilian attems ]
   * [topconfig] set MEMORY_FAILURE, 9P_FSCACHE, INFINIBAND_IPOIB_CM

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 17:08:57 2010	(r15012)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 17:11:28 2010	(r15013)
@@ -745,7 +745,7 @@
 ## file: drivers/media/dvb/Kconfig
 ##
 CONFIG_DVB_MAX_ADAPTERS=8
-# CONFIG_DVB_DYNAMIC_MINORS is not set
+CONFIG_DVB_DYNAMIC_MINORS=y
 CONFIG_DVB_CAPTURE_DRIVERS=y
 
 ##
@@ -2354,7 +2354,7 @@
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 CONFIG_USB_DEVICEFS=y
 # CONFIG_USB_DEVICE_CLASS is not set
-# CONFIG_USB_DYNAMIC_MINORS is not set
+CONFIG_USB_DYNAMIC_MINORS=y
 CONFIG_USB_SUSPEND=y
 
 ##
@@ -3930,7 +3930,7 @@
 CONFIG_SND_HRTIMER=m
 CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
 # CONFIG_SND_RTCTIMER is not set
-# CONFIG_SND_DYNAMIC_MINORS is not set
+CONFIG_SND_DYNAMIC_MINORS=y
 CONFIG_SND_SUPPORT_OLD_API=y
 CONFIG_SND_VERBOSE_PROCFS=y
 # CONFIG_SND_VERBOSE_PRINTK is not set

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config	Tue Jan 26 17:08:57 2010	(r15012)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config	Tue Jan 26 17:11:28 2010	(r15013)
@@ -721,11 +721,6 @@
 CONFIG_USB_SPEEDTOUCH=m
 
 ##
-## file: drivers/usb/core/Kconfig
-##
-CONFIG_USB_DYNAMIC_MINORS=y
-
-##
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m



More information about the Kernel-svn-changes mailing list