Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=773208946a132fb733ba273ee8562814f828cc28
Commit:     773208946a132fb733ba273ee8562814f828cc28
Parent:     9374430a52dfae5c013b88f7f030c04a6774d410
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 12 17:06:50 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jul 12 17:06:50 2007 -0700

    Revert "USB: fix gregkh-usb-usb-use-menuconfig-objects"
    
    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 <[EMAIL PROTECTED]>
---
 drivers/usb/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 172a606..071b967 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -5,6 +5,7 @@
 menuconfig USB_SUPPORT
        bool "USB support"
        depends on HAS_IOMEM
+       default y
 
 if USB_SUPPORT
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to