Эх сурвалжийг харах

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>
Linus Torvalds 18 жил өмнө
parent
commit
773208946a

+ 1 - 0
drivers/usb/Kconfig

@@ -5,6 +5,7 @@
 menuconfig USB_SUPPORT
 menuconfig USB_SUPPORT
 	bool "USB support"
 	bool "USB support"
 	depends on HAS_IOMEM
 	depends on HAS_IOMEM
+	default y
 
 
 if USB_SUPPORT
 if USB_SUPPORT