diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 20:06:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 20:06:50 -0400 |
commit | 773208946a132fb733ba273ee8562814f828cc28 (patch) | |
tree | bb5c791a87b364d882043d8da5ab93bbb9f3112b /drivers/usb | |
parent | 9374430a52dfae5c013b88f7f030c04a6774d410 (diff) |
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
5 | menuconfig USB_SUPPORT | 5 | menuconfig USB_SUPPORT |
6 | bool "USB support" | 6 | bool "USB support" |
7 | depends on HAS_IOMEM | 7 | depends on HAS_IOMEM |
8 | default y | ||
8 | 9 | ||
9 | if USB_SUPPORT | 10 | if USB_SUPPORT |
10 | 11 | ||