From: Linus Torvalds Date: Fri, 13 Jul 2007 00:06:50 +0000 (-0700) Subject: Revert "USB: fix gregkh-usb-usb-use-menuconfig-objects" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=773208946a132fb733ba273ee8562814f828cc28;p=linux-beck.git 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 --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 172a6065f5a2..071b9675a781 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