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 <torvalds@linux-foundation.org>

+1
+1
drivers/usb/Kconfig
··· 5 menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 9 if USB_SUPPORT 10
··· 5 menuconfig USB_SUPPORT 6 bool "USB support" 7 depends on HAS_IOMEM 8 + default y 9 10 if USB_SUPPORT 11