aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2010-01-26 17:11:28 +0000
committerBastian Blank <waldi@debian.org>2010-01-26 17:11:28 +0000
commit60e49533823c9bacdd99cd59ad0922cd83592768 (patch)
tree77f111910552410cb22a18c61a38a44414d01f60
parentcda87cd1b2a9f59637ed10a1680436490ba241d4 (diff)
downloadkernel_replicant_linux-60e49533823c9bacdd99cd59ad0922cd83592768.tar.gz
kernel_replicant_linux-60e49533823c9bacdd99cd59ad0922cd83592768.tar.bz2
kernel_replicant_linux-60e49533823c9bacdd99cd59ad0922cd83592768.zip
* debian/changelog
* debian/config/config: Set DVB_DYNAMIC_MINORS, USB_DYNAMIC_MINORS, SND_DYNAMIC_MINORS. * debian/config/powerpc/config: Remove duplicated option. svn path=/dists/trunk/linux-2.6/; revision=15013
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config6
-rw-r--r--debian/config/powerpc/config5
3 files changed, 4 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 69f55c40592b..3e1e555989cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,6 +61,7 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
* 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
diff --git a/debian/config/config b/debian/config/config
index 540a3668ad6f..ba6c7b00c49e 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -745,7 +745,7 @@ CONFIG_MEDIA_TUNER_QT1010=m
## 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_TMC=m
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_PCM_OSS_PLUGINS=y
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
diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config
index d2ca79c1ae5e..1fa0f0075f63 100644
--- a/debian/config/powerpc/config
+++ b/debian/config/powerpc/config
@@ -721,11 +721,6 @@ CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
##
-## file: drivers/usb/core/Kconfig
-##
-CONFIG_USB_DYNAMIC_MINORS=y
-
-##
## file: drivers/usb/host/Kconfig
##
CONFIG_USB_EHCI_HCD=m