[kernel] r14719 - in dists/trunk/linux-2.6/debian: . config/mips
Martin Michlmayr
tbm at alioth.debian.org
Thu Dec 3 11:20:23 UTC 2009
Author: tbm
Date: Thu Dec 3 11:20:21 2009
New Revision: 14719
Log:
[mips/4kc-malta, mips/5kc-malta] Compile USB as a module rather than
into the kernel.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Thu Dec 3 09:47:12 2009 (r14718)
+++ dists/trunk/linux-2.6/debian/changelog Thu Dec 3 11:20:21 2009 (r14719)
@@ -6,6 +6,8 @@
[ Martin Michlmayr ]
* [armel/kirkwood] Turn on USB_SUSPEND (on the request of a SheevaPlug
user).
+ * [mips/4kc-malta, mips/5kc-malta] Compile USB as a module rather than
+ into the kernel.
[ Bastian Blank ]
* Enable PCI_MSI.
Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Thu Dec 3 09:47:12 2009 (r14718)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Thu Dec 3 11:20:21 2009 (r14719)
@@ -260,18 +260,6 @@
CONFIG_DRM_SAVAGE=m
##
-## file: drivers/hid/Kconfig
-##
-CONFIG_HID=y
-
-##
-## file: drivers/hid/usbhid/Kconfig
-##
-CONFIG_USB_HID=m
-CONFIG_USB_KBD=m
-CONFIG_USB_MOUSE=m
-
-##
## file: drivers/hwmon/Kconfig
##
CONFIG_HWMON=y
@@ -1171,7 +1159,7 @@
##
## file: drivers/usb/Kconfig
##
-CONFIG_USB=y
+CONFIG_USB=m
CONFIG_USB_USS720=m
##
Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Thu Dec 3 09:47:12 2009 (r14718)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Thu Dec 3 11:20:21 2009 (r14719)
@@ -252,18 +252,6 @@
CONFIG_DRM_SAVAGE=m
##
-## file: drivers/hid/Kconfig
-##
-CONFIG_HID=y
-
-##
-## file: drivers/hid/usbhid/Kconfig
-##
-CONFIG_USB_HID=m
-CONFIG_USB_KBD=m
-CONFIG_USB_MOUSE=m
-
-##
## file: drivers/hwmon/Kconfig
##
CONFIG_HWMON=y
@@ -1394,7 +1382,7 @@
##
## file: drivers/usb/Kconfig
##
-CONFIG_USB=y
+CONFIG_USB=m
CONFIG_USB_USS720=m
##
More information about the Kernel-svn-changes
mailing list