diff --git a/debian/changelog b/debian/changelog index 69f55c405..3e1e55598 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 540a3668a..ba6c7b00c 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 d2ca79c1a..1fa0f0075 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -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 ##