]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Revert "USB: fix gregkh-usb-usb-use-menuconfig-objects"
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 00:06:50 +0000 (17:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 00:06:50 +0000 (17:06 -0700)
This reverts commit acb11c8b8020f1f1b2545152020675ef32d09a58.

It was broken.  We most certainly *do* want the default to be the old
behaviour (and the common case!), instead of breaking everybodys
configuration and making 99% of all people have to override the default.

What were you guys thinking?

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/Kconfig

index 172a6065f5a275a737fc2979ca40815a02ddac40..071b9675a7819dff38f5128c1d23f635f12b26a8 100644 (file)
@@ -5,6 +5,7 @@
 menuconfig USB_SUPPORT
        bool "USB support"
        depends on HAS_IOMEM
+       default y
 
 if USB_SUPPORT