* 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
This commit is contained in:
Bastian Blank 2010-01-26 17:11:28 +00:00
parent cda87cd1b2
commit 60e4953382
3 changed files with 4 additions and 8 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -720,11 +720,6 @@ CONFIG_USB=m
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
##
## file: drivers/usb/core/Kconfig
##
CONFIG_USB_DYNAMIC_MINORS=y
##
## file: drivers/usb/host/Kconfig
##